Skip to content

Commit

Permalink
Reorder BLD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Jan 23, 2025
1 parent 11991e1 commit d878c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/jenkins/anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ task $SWIFT_T/dev/conda/setup-conda.sh
# Build the Swift/T package!
task $SWIFT_T/dev/conda/conda-platform.sh $R $CONDA_PLATFORM

log "CHECKING PACKAGE in $BLD_DIR ..."
BLD_DIR=$WORKSPACE/sfw/Miniconda-build/conda-bld/linux-64
log "CHECKING PACKAGE in $BLD_DIR ..."
if ! BZ2=$( python $SWIFT_T/dev/conda/find-pkg.py -v \
$BLD_DIR/repodata.json )
then
Expand Down

0 comments on commit d878c97

Please sign in to comment.