Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
fix/removed devcontainer deploy for now (#45)
Browse files Browse the repository at this point in the history
* [fix] removing devcontainer for now.
  • Loading branch information
marcellanz committed Nov 10, 2020
1 parent d5c6914 commit 4be8b76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- stage: deploy_docs
if: repo = cloudstateio/go-support AND tag =~ ^v
script: make -C docs deploy
- stage: deploy devcontainer image
name: deploy devcontainer image to dockerhub
if: branch = master AND type = push
script:
- echo "$DOCKER_PASSWORD" | docker login -u cloudstatebot --password-stdin
- pushd . && cd .devcontainer && ./build.sh push && popd
# - stage: deploy devcontainer image
# name: deploy devcontainer image to dockerhub
# if: branch = master AND type = push
# script:
# - echo "$DOCKER_PASSWORD" | docker login -u cloudstatebot --password-stdin
# - pushd . && cd .devcontainer && ./build.sh push && popd

0 comments on commit 4be8b76

Please sign in to comment.