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

Commit

Permalink
chore(ci): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dorucioclea committed Apr 5, 2024
1 parent aa6d958 commit a61c25f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
BUILD_CHOICE_VALUE="[All]"
fi
if [[ BUILD_CHOICE_VALUE=="[All]" ]]; then
if [[ $BUILD_CHOICE_VALUE=="[All]" ]]; then
echo "Build choice = All"
echo "services=api frontend" >> $GITHUB_ENV
else
echo "Build choice = $BUILD_CHOICE_VALUE"
echo "services=$BUILD_CHOICE_VALUE" >> $GITHUB_ENV
fi
echo "ci_choice=$BUILD_CHOICE_VALUE" >> $GITHUB_ENV
echo "Received choice: $BUILD_CHOICE_VALUE"
echo "Docker services to build: ${{ env.services }}"
- name: Checkout repository
uses: actions/checkout@v2

Expand Down

0 comments on commit a61c25f

Please sign in to comment.