Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dist/platforms/ubuntu/steps/runsteps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
#
STEPS_DIR="${STEPS_DIR:-/steps}"

# TEMPORARY (round 2): re-tracing after the target-platform fix (#101,
# linux-il2cpp image now pulled correctly) - the Docker test run still
# fails the same way, need to see whether it's the same or a new symptom
# against the correct image. Remove once root-caused.
set -x

source "$STEPS_DIR/set_extra_git_configs.sh"
source "$STEPS_DIR/set_gitcredential.sh"

Expand Down
Loading