Skip to content

Commit

Permalink
Revert test env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Mar 28, 2018
1 parent 26a0503 commit b2b3587
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jdk:
- oraclejdk8
env:
- BUILD_TYPE=snapshot
- TEST=foo
before_install:
- ./scripts/before-install.sh
install:
Expand Down
2 changes: 0 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ then
#1>/dev/null 2>/dev/null
else
echo "Not on a tag -> keep snapshot version in pom.xml"
export TEST=bar
fi

echo BUILD_TYPE: $BUILD_TYPE
echo TEST: $TEST

echo "Importing GPG keys"
openssl aes-256-cbc -K $encrypted_2d46c2ddc73e_key -iv $encrypted_2d46c2ddc73e_iv -in codesigning.asc.enc -out codesigning.asc -d
Expand Down

0 comments on commit b2b3587

Please sign in to comment.