Skip to content

Commit

Permalink
Travis CI config syntax amend
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-guerrero authored Oct 30, 2022
1 parent a00c307 commit c0ac07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- chmod +x mvnw
script:
- "./mvnw clean package -B -q"
after_script:
after_script:
- cd ..
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t vscode4teaching/vscode4teaching:2.2.0 .
Expand Down

0 comments on commit c0ac07a

Please sign in to comment.