We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c307 commit c0ac07aCopy full SHA for c0ac07a
.travis.yml
@@ -14,7 +14,7 @@ jobs:
14
- chmod +x mvnw
15
script:
16
- "./mvnw clean package -B -q"
17
- after_script:
+ after_script:
18
- cd ..
19
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
20
- docker build -t vscode4teaching/vscode4teaching:2.2.0 .
0 commit comments