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

Commit

Permalink
Merge pull request #10468 from EOSIO/zach-test-stability
Browse files Browse the repository at this point in the history
Another Bug Fix for the eosio-test-stability Pipeline
  • Loading branch information
kj4ezj authored Jun 28, 2021
2 parents b14450c + c34b368 commit 6031f61
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 6031f61

Please sign in to comment.