Skip to content

Commit

Permalink
real tst of deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Feb 16, 2019
1 parent ce997eb commit 7005497
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
workflow "build_test" {
on = "push"
resolves = ["build_test01"]
resolves = ["build_test","deploy"]
}

action "build_test01" {
uses = "docker://circleci/python:2.7.14"
action "build_test" {
uses = "docker://circleci/python:2.7.15"
runs = "./.github/build_test.sh"
}

# action "run whoami cmd" {
# uses = "docker://circleci/python:2.7.14"
# runs = "whoami"
# }
action "deploy" {
uses = "docker://circleci/python:2.7.15"
runs = "./.github/deploy.sh"
}

0 comments on commit 7005497

Please sign in to comment.