Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 14, 2024
1 parent e5fd2d4 commit 74fd48d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ UPLOAD_USER=ci-upload
IMAGE_BUILD_FLAGS+=( --print-out-paths --show-trace --accept-flake-config )
# hashtable of destdirs
declare -A DESTDIRS=(
[proxmox]="dump"
[raw-efi]="images"
[iso]="template/iso"
[proxmox]="dump/"
[raw-efi]="images/"
[iso]="template/iso/"
)

TARGETS=(
Expand Down Expand Up @@ -149,7 +149,7 @@ UPLOAD_ARTIFACTS(){
chmod -R 755 build
scp \
-C \
-f \
-v \
-i /tmp/ci-upload.key \
-oStrictHostKeyChecking=no \
-oport=222 \
Expand Down

0 comments on commit 74fd48d

Please sign in to comment.