Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Disable image distribution on Travis (#25)
Browse files Browse the repository at this point in the history
* Disable image distribution on Travis

* Trigger travis
  • Loading branch information
mhmxs authored Nov 25, 2021
1 parent b35c168 commit b1393f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,3 @@ jobs:
- stage: deploy
script:
- make docker-build
before_deploy:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
deploy:
- provider: script
script: bash deploy.sh tagged
on:
tags: true
- provider: script
script: bash deploy.sh develop
on:
branch: master
15 changes: 0 additions & 15 deletions deploy.sh

This file was deleted.

0 comments on commit b1393f6

Please sign in to comment.