re-add nix checks
This commit is contained in:
parent
394897c844
commit
afc284850a
1 changed files with 2 additions and 4 deletions
|
@ -4,11 +4,9 @@ pipeline:
|
||||||
image: nixpkgs/nix-flakes:latest
|
image: nixpkgs/nix-flakes:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- nix flake metadata
|
||||||
|
- nix --no-sandbox develop -c statix check
|
||||||
- export AWS_ACCESS_KEY_ID="nix-builder"
|
- export AWS_ACCESS_KEY_ID="nix-builder"
|
||||||
- export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY"
|
- export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY"
|
||||||
- echo $AWS_SECRET_ACCESS_KEY | sha256sum
|
|
||||||
- echo $AWS_SECRET_ACCESS_KEY | wc
|
|
||||||
- echo $GITHUB_TOKEN | sha256sum
|
|
||||||
- echo $GITHUB_TOKEN | wc
|
|
||||||
- nix copy --all --to 's3://nix-store?endpoint=objects.cyplo.dev&scheme=https®ion=cyplodev'
|
- nix copy --all --to 's3://nix-store?endpoint=objects.cyplo.dev&scheme=https®ion=cyplodev'
|
||||||
secrets: [ github_token , minio_nix_builder_key ]
|
secrets: [ github_token , minio_nix_builder_key ]
|
||||||
|
|
Loading…
Reference in a new issue