File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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
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