Skip to content

Commit

Permalink
Added info output before script
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Oct 23, 2021
1 parent 4b38b58 commit 1a4444a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- npm install @semantic-release-plus/docker -D
before_script:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- echo $PWD
- ls -la
script:
- docker build -t $IMAGE .
- npx semantic-release
Expand Down

0 comments on commit 1a4444a

Please sign in to comment.