Skip to content

Commit

Permalink
update framework docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
franklee0817 committed Jun 27, 2020
1 parent 99a3de4 commit 182a2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-framework-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: deploy docker
run: |
echo $GITHUB_SHA
git submodule update --init framework web docker
git submodule update --init --recursive framework web docker
tarsTag=$(git describe --tags $(git rev-list --tags --max-count=1) --abbrev=0 --always)
echo "starting tag:${tarsTag} framework docker deploy"
cp ./docker/framework/tars-deploy-framework.sh ./
Expand Down
2 changes: 1 addition & 1 deletion docker

0 comments on commit 182a2b5

Please sign in to comment.