Skip to content

Commit

Permalink
Move script
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Nov 8, 2023
1 parent a599d6f commit 2eb701c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euo pipefail
set -euxo pipefail

bin/hermit install "go-$1"
git status # git diff might not have output because only binaries change
2 changes: 1 addition & 1 deletion .ci/updatecli/updatecli.d/update-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ targets:
scmid: default
kind: shell
spec:
command: .ci/scripts/hermit-bump-go.sh
command: .ci/updatecli/scripts/hermit-bump-go.sh
environments:
- name: HOME
- name: PATH

0 comments on commit 2eb701c

Please sign in to comment.