File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 62
62
- name : Check nix-shell default.nix
63
63
run : |
64
64
set -o pipefail
65
- nix-shell --pure -E 'with import <nixpkgs> {}; mkShell { buildInputs = [ (import ./default.nix {}) ]; }' --run defang 2>&1 | sed -u 's|\s\+got:|::error file=pkgs/defang/cli.nix,line=9 ::Replace the vendorHash in cli.nix with the correct value:|'
65
+ nix-shell --pure -E 'with import <nixpkgs> {}; mkShell { buildInputs = [ (import ./default.nix {}) ]; }' --run defang 2>&1 | sed -u 's|\s\+got:|::error file=pkgs/defang/cli.nix,line=10 ::Replace the vendorHash in cli.nix with the correct value:|'
66
66
67
67
# go-byoc-test:
68
68
# runs-on: ubuntu-latest
@@ -321,7 +321,7 @@ jobs:
321
321
push-docker :
322
322
runs-on : ubuntu-latest
323
323
needs :
324
- - go-release
324
+ - go-release
325
325
steps :
326
326
- uses : actions/checkout@v4
327
327
@@ -396,10 +396,10 @@ jobs:
396
396
if : failure() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
397
397
needs : [go-release, post-release, nix-shell-test, push-docker]
398
398
steps :
399
- - name : Slack Notification
400
- uses : rtCamp/action-slack-notify@v2
401
- env :
402
- MSG_MINIMAL : actions url
403
- SLACK_COLOR : ${{ job.status }}
404
- SLACK_TITLE : Defang CLI workflow failed
405
- SLACK_WEBHOOK : ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
399
+ - name : Slack Notification
400
+ uses : rtCamp/action-slack-notify@v2
401
+ env :
402
+ MSG_MINIMAL : actions url
403
+ SLACK_COLOR : ${{ job.status }}
404
+ SLACK_TITLE : Defang CLI workflow failed
405
+ SLACK_WEBHOOK : ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildGoModule {
7
7
pname = "defang-cli" ;
8
8
version = "git" ;
9
9
src = ../../src ;
10
- vendorHash = "sha256-4QMrneh4I2gTFf7erVnakqPDZakFzceGaN+ieAMNPX0 =" ; # TODO: use fetchFromGitHub
10
+ vendorHash = "sha256-TiasfKgJyoxwl6B3uvTDFXI417WL8E1EYm/ljHLSFn4 =" ; # TODO: use fetchFromGitHub
11
11
12
12
subPackages = [ "cmd/cli" ] ;
13
13
You can’t perform that action at this time.
0 commit comments