Skip to content

Commit 67515b7

Browse files
committed
DROP ME: debug
1 parent 48685d0 commit 67515b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ steps:
2525
mkdir -p "$OCEANANIGANS_DIR"
2626
rsync -a . "$OCEANANIGANS_DIR/"
2727
cd "$OCEANANIGANS_DIR"
28-
touch Manifest-v$(echo "${JULIA_VERSION}" | cut -d. -f1-2).toml
28+
29+
ls -lhrt
30+
julia +$JULIA_VERSION -O0 --color=yes --project -E 'Base.active_project()'
2931
3032
julia +$JULIA_VERSION -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
33+
mv -v Manifest.toml Manifest-v$(echo "${JULIA_VERSION}" | cut -d. -f1-2).toml
3134
retry:
3235
automatic:
3336
- exit_status: 1
@@ -43,9 +46,9 @@ steps:
4346
command: |
4447
juliaup add $JULIA_VERSION_ENZYME
4548
cd "$OCEANANIGANS_DIR"
46-
touch Manifest-v$(echo "${JULIA_VERSION_ENZYME}" | cut -d. -f1-2).toml
4749
4850
julia +$JULIA_VERSION_ENZYME -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
51+
mv -v Manifest.toml Manifest-v$(echo "${JULIA_VERSION_ENZYME}" | cut -d. -f1-2).toml
4952
retry:
5053
automatic:
5154
- exit_status: 1

0 commit comments

Comments
 (0)