Skip to content

Commit faa4d83

Browse files
committed
release workflow - asdf install (to have the right go version)
1 parent 0168b60 commit faa4d83

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bitrise.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ workflows:
2323
- git-clone@8:
2424
inputs:
2525
- fetch_tags: "yes"
26+
- script@1:
27+
title: asdf install
28+
inputs:
29+
- content: |-
30+
#!/usr/bin/env bash
31+
# fail if any commands fails
32+
set -e
33+
# make pipelines' return status equal the last command to exit with a non-zero status, or zero if all commands exit successfully
34+
set -o pipefail
35+
# debug log
36+
set -x
37+
38+
# write your script here
39+
asdf install
2640
- script:
2741
title: Goreleaser (create binaries + publish to GH)
2842
deps:

0 commit comments

Comments
 (0)