File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: |
You can’t perform that action at this time.
0 commit comments