Skip to content

Commit 644bb82

Browse files
Moved repo specific env vars to the travis config file
1 parent c233d37 commit 644bb82

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ env:
66
global:
77
- ENCRYPTION_LABEL: "aa286ccd339e"
88
- COMMIT_AUTHOR_EMAIL: "[email protected]"
9+
- TRIGGER_REPO_SLUG: "patternfly/patternfly-atomic"
10+
- TRIGGER_REPO_BRANCH: "master"
11+
912

1013
before_install:
1114
- 'git checkout -B $TRAVIS_BRANCH' # Reconcile detached HEAD

scripts/publish-ghpages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -o errexit -o nounset
44

55
####################################
6-
# repo specific variables
6+
# repo specific variables should be set in .travis.yml
77
####################################
8-
TRIGGER_REPO_SLUG="patternfly/patternfly-atomic"
9-
TRIGGER_REPO_BRANCH="master"
8+
# TRIGGER_REPO_SLUG="patternfly/patternfly"
9+
# TRIGGER_REPO_BRANCH="master"
1010
####################################
1111
####################################
1212

0 commit comments

Comments
 (0)