Skip to content

Commit

Permalink
don't sudo check pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 8, 2024
1 parent 0de45ac commit 4c25616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ build-rechunk image="bluefin" tag="latest" flavor="main" kernel_pin="":
# Build Image for Pipeline:
[group('Production')]
build-pipeline image="bluefin" tag="latest" flavor="main" kernel_pin="":
@if [[ "${UID}" > 0 ]]; then echo "Must run with sudo"; exit 1; fi
@just build {{ image }} {{ tag }} {{ flavor }} 1 1 {{ kernel_pin }}

# Rechunk Image
Expand Down

0 comments on commit 4c25616

Please sign in to comment.