File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ after_success:
23
23
- export REPO=alxchk/pupy
24
24
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH
25
25
; fi`
26
- - wget -qO $TRAVIS_BUILD_DIR/pupy/pupy/ payload_templates/pupy.apk https://github.com/n1nj4sec/pupy-binaries/raw/master/pupy.apk
26
+ - wget -qO $TRAVIS_BUILD_DIR/pupy/payload_templates/pupy.apk https://github.com/n1nj4sec/pupy-binaries/raw/master/pupy.apk
27
27
- cd $TRAVIS_BUILD_DIR/pupy && docker build -f Dockerfile -t $REPO:$COMMIT .
28
28
- cd $TRAVIS_BUILD_DIR/pupy && docker tag $REPO:$COMMIT $REPO:$TAG
29
29
- cd $TRAVIS_BUILD_DIR/pupy && docker tag $REPO:$COMMIT $REPO:travis-$TRAVIS_BUILD_NUMBER
You can’t perform that action at this time.
0 commit comments