Skip to content

Commit 3b3767d

Browse files
committed
Move print
1 parent a4c0b6d commit 3b3767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/jenkins/anaconda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ log "ACTIVATED ENVIRONMENT: BUILD."
254254
conda config --add channels defaults
255255
log "UPDATING CONDA: MINICONDA-BUILD"
256256
conda update --quiet --yes conda
257+
print
257258

258259
# Debug Homebrew-installed tools:
259260
# (
@@ -264,7 +265,6 @@ conda update --quiet --yes conda
264265

265266
# THE ACTUAL TESTS:
266267
# Create the Swift/T source release export in $TMP/distro
267-
print
268268
task $SWIFT_T/dev/release/make-release-pkg.zsh $B -T
269269
# Set up the build environment in Miniconda-build
270270
task $SWIFT_T/dev/conda/setup-conda.sh

0 commit comments

Comments
 (0)