Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Another Bug Fix for the eosio-test-stability Pipeline #10468

Merged
merged 1 commit into from
Jun 28, 2021
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
3 changes: 2 additions & 1 deletion .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ EOF
fi
done
[[ -z "$TEST" ]] && cat <<EOF

- label: ":docker: Docker - Build and Install"
command: "./.cicd/installation-build.sh"
env:
Expand All @@ -217,6 +216,8 @@ done
timeout: ${TIMEOUT:-180}
skip: ${SKIP_INSTALL}${SKIP_LINUX}${SKIP_DOCKER}

EOF
cat <<EOF
- wait

EOF
Expand Down