Skip to content

Commit b22ff48

Browse files
committed
Tmp testing
1 parent 89095aa commit b22ff48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/branch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
git pull origin ${DOCKER_BRANCH} && \
155155
docker compose --file docker-compose-branch.yml pull && \
156156
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${{ secrets.DOCKER_REGISTRY }} && \
157-
docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d && \
158-
until docker exec ${{ github.ref_name }}-api_php-sf true 2>/dev/null; do sleep 5; done && \
157+
docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d
158+
#docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d && \
159+
#until docker exec ${{ github.ref_name }}-api_php-sf true 2>/dev/null; do sleep 5; done && \
159160
#docker compose --file docker-compose-branch.yml exec symfony php bin/console doctrine:migrations:migrate --no-interaction"

0 commit comments

Comments
 (0)