This is an automated email from the ASF dual-hosted git repository.
msciabarra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new d092eec remove incubator references in .travis.yml (#100)
d092eec is described below
commit d092eec0cb4e0162365976bfcc928ce54f5521c3
Author: David Grove <[email protected]>
AuthorDate: Thu Aug 22 12:38:14 2019 -0400
remove incubator references in .travis.yml (#100)
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 83fbb52..c056115 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,19 +36,19 @@ deploy:
on:
tags: true
all_branches: true
- repo: apache/incubator-openwhisk-runtime-go
+ repo: apache/openwhisk-runtime-go
- provider: script
skip_cleanup: true
script: "./tools/travis/publish.sh openwhisk actionloop nightly"
on:
branch: master
- repo: apache/incubator-openwhisk-runtime-go
+ repo: apache/openwhisk-runtime-go
- provider: script
skip_cleanup: true
script: "./tools/travis/publish.sh openwhisk 1.11 nightly &&
./tools/travis/publish.sh openwhisk 1.12 nightly"
on:
branch: master
- repo: apache/incubator-openwhisk-runtime-go
+ repo: apache/openwhisk-runtime-go
env:
global:
- secure:
GNKMZjEW1BKBb8NSiFB/Bogh0V5co5TefLLaj9oYJrKCP8rheFY4mWwINR74dYwSFIVmBhuuwZCm62zZwzb2TTivjQihOwU9SeTaUvJHlcLu6j1T/gTcMX5dkDOrdzqZaKoU5NpMbvad1fnDfEG9oU/VE7fARAxziZ2yBXOGkt2p2whkGXrs43gMyRKJv7ytUwpjvzhD48hJHgn0Eq6EwVIYxO5gJfGAhiA0ucH75c3jI4yEz7sw7SaoFxAQRL7VICaTH8JI+tKWU673HCclIRiPeZWQ23rI/f3MV8SNTKJm0GtnjM8LA9uC96qV6f5aXMn1EdaMGoCQbR9jBeqZG7pq8O2QHA/1eNNDw5sCISS05plCJ2yz/G4PUndnuToKm/sx6/qbdRA3QzTrNQfwTTcuUi+j4mYEFANgT774CeGdnajfNy4cZoeVEFmBTXdi5V1DuFLujSQrzRSHddHHUQXGUMaz4q
[...]