We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8897877 commit 4434741Copy full SHA for 4434741
.github/workflows/on_push.yml
@@ -157,7 +157,7 @@ jobs:
157
do
158
if ([[ " ${REBUILD_PHASE_ONE[*]} " =~ " ${STAGE} " ]] || [[ " ${REBUILD_PHASE_TWO[*]} " =~ " ${STAGE} " ]]) && [[ ! " ${REBUILD_PHASE_THREE[*]} " =~ " ${STAGE} " ]]
159
then
160
- REBUILD_PHASE_THREE+=($STAGE)
+ REBUILD_PHASE_THREE+=($BASE)
161
fi
162
done
163
0 commit comments