File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ RUN apt-get install -qy jq maven
4
4
RUN ruby -v
5
5
RUN mvn -version
6
6
RUN gem install travis
7
+
7
8
ADD entrypoint.sh /opt
9
+ ADD travis-settings.xml /opt
8
10
ADD append.to.travis.yml /opt
9
11
ADD prepend.to.travis.yml /opt
10
12
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ mkdir -p ~/repo/src/main/scripts/ci/
33
33
cp ~ /src/main/scripts/ci/* .sh $TRAVIS_BUILD_DIR /src/main/scripts/ci/
34
34
chmod u+x $TRAVIS_BUILD_DIR /src/main/scripts/ci/* .sh
35
35
36
- cp ~ /travis-settings.xml $TRAVIS_BUILD_DIR /
36
+ cp ~ /opt/ travis-settings.xml $TRAVIS_BUILD_DIR /
37
37
38
38
git add --all
39
39
git commit -am " + script files" | true
Original file line number Diff line number Diff line change 23
23
<activeByDefault >true</activeByDefault >
24
24
</activation >
25
25
<properties >
26
- <!-- <gpg.executable>gpg</gpg.executable> -->
27
- <!-- <gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname> -->
28
26
<gpg .passphrase>${env.GPG_KEY}</gpg .passphrase>
29
27
</properties >
30
28
</profile >
You can’t perform that action at this time.
0 commit comments