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 #10469 from EOSIO/zach-stability-testing
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 90919fd + 06b56e3 commit e57a1ea
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 @@ -192,7 +192,6 @@ EOF
fi
done
[[ -z "$TEST" ]] && cat <<EOF
- label: ":docker: Docker - Build and Install"
command: "./.cicd/installation-build.sh"
env:
Expand All @@ -203,6 +202,8 @@ done
timeout: ${TIMEOUT:-180}
skip: ${SKIP_INSTALL}${SKIP_LINUX}${SKIP_DOCKER}
EOF
cat <<EOF
- wait
EOF
Expand Down

0 comments on commit e57a1ea

Please sign in to comment.