Skip to content

Commit 6b68b2a

Browse files
committed
log outputs of artefact creation script
1 parent b6dbd97 commit 6b68b2a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ jobs:
185185
# we do not want to trigger artefact creation if the build was cancelled
186186
if: ${{ steps.determine-status.outputs.status != 'cancelled' }}
187187
env:
188+
CI: github_actions
188189
CONFIG: ${{ matrix.CONFIG }}
189190
SHORT_CONFIG: ${{ matrix.SHORT_CONFIG }}
190191
JOB_STATUS: ${{ steps.determine-status.outputs.status }}
191192
OS: ${{ matrix.os }}
192193
run: |
193-
export CI=github_actions
194194
export CI_RUN_ID=$GITHUB_RUN_ID
195195
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
196196
export ARTIFACT_STAGING_DIR="$GITHUB_WORKSPACE"

.scripts/create_conda_build_artifacts.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)