Skip to content

Commit 501895b

Browse files
author
aharonha
committed
travis-settings.xml
1 parent b6ba115 commit 501895b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ RUN apt-get install -qy jq maven
44
RUN ruby -v
55
RUN mvn -version
66
RUN gem install travis
7+
78
ADD entrypoint.sh /opt
9+
ADD travis-settings.xml /opt
810
ADD append.to.travis.yml /opt
911
ADD prepend.to.travis.yml /opt
1012

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mkdir -p ~/repo/src/main/scripts/ci/
3333
cp ~/src/main/scripts/ci/*.sh $TRAVIS_BUILD_DIR/src/main/scripts/ci/
3434
chmod u+x $TRAVIS_BUILD_DIR/src/main/scripts/ci/*.sh
3535

36-
cp ~/travis-settings.xml $TRAVIS_BUILD_DIR/
36+
cp ~/opt/travis-settings.xml $TRAVIS_BUILD_DIR/
3737

3838
git add --all
3939
git commit -am "+ script files" | true

travis-settings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<activeByDefault>true</activeByDefault>
2424
</activation>
2525
<properties>
26-
<!-- <gpg.executable>gpg</gpg.executable> -->
27-
<!-- <gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname> -->
2826
<gpg.passphrase>${env.GPG_KEY}</gpg.passphrase>
2927
</properties>
3028
</profile>

0 commit comments

Comments
 (0)