Skip to content

Commit

Permalink
Disable fail-fast for now
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 28, 2024
1 parent d5524eb commit 2c1edde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yard-rs/runpod-xp/scripts/rust.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

set -euxo pipefail
# set -euxo pipefail

set -x
# set -x

WORKSPACE=${WORKSPACE:-"/workspace"}

Expand Down

0 comments on commit 2c1edde

Please sign in to comment.