Skip to content

Commit

Permalink
Revert "fix(CI): temporary skip content from image"
Browse files Browse the repository at this point in the history
This reverts commit 6a1e976.
  • Loading branch information
chohner committed Dec 16, 2024
1 parent 6a1e976 commit 13d6088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: fetchLatestImageContent
# run: ./docker.sh --contentFromImage && mv content_from_image.json content.json
# continue-on-error: true
# - if: steps.fetchLatestImageContent.outcome == 'failure'
run: ./docker.sh --contentFromImage && mv content_from_image.json content.json
continue-on-error: true
- if: steps.fetchLatestImageContent.outcome == 'failure'
run: npm ci && npm run build:localContent
env:
STRAPI_API: "${{ secrets.STRAPI_API }}"
Expand Down

0 comments on commit 13d6088

Please sign in to comment.