Skip to content

Commit 21ca6d2

Browse files
committed
docker, npm, generic
1 parent 0a4e937 commit 21ca6d2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/masterbuild.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,18 @@ jobs:
130130
# jf npm i
131131
# jf npm publish
132132
#
133-
#- name: Go build
134-
# run: |
135-
# cd golang-example
136-
# jf go-config --repo-resolve=go --repo-deploy=go
137-
# jf go build
138-
# jf go-publish v1.0.0
133+
- name: Go build
134+
run: |
135+
cd golang-example
136+
jf go-config --repo-resolve=go --repo-deploy=go
137+
jf go build
138+
jf go-publish v1.0.0
139139
#
140-
#- name: Generic build
141-
# run: |
142-
# cd bash-example
143-
# jf rt u ./deploy-file.sh generic-local/ --module=my-generic-module
144-
# jf rt dl generic-local/deploy-file.sh ./dependency-file --module=my-generic-module
140+
- name: Generic build
141+
run: |
142+
cd bash-example
143+
jf rt u ./deploy-file.sh generic-local/ --module=my-generic-module
144+
jf rt dl generic-local/deploy-file.sh ./dependency-file --module=my-generic-module
145145
#
146146
#- name: Generic build project
147147
# run: |

0 commit comments

Comments
 (0)