Skip to content

Commit

Permalink
Merge pull request #40 from bbc/philipn-update-repos
Browse files Browse the repository at this point in the history
Regenerate static files
  • Loading branch information
philipnbbc committed Jul 29, 2024
2 parents 60317ea + c049969 commit 1cdc6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shared-ext-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Post job - cleanup pip config
if: ${{ always() }}
run: |
rm ${{ github.workspace }}/.pip.conf
rm -f ${{ github.workspace }}/.pip.conf
DeployPages:
name: Deploy Pages
Expand Down
4 changes: 2 additions & 2 deletions static-commontooling/docker/Dockerfile_multi_macros.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG CLOUDFIT_BASE_LABEL=latest
###############################################################################
# Stage: api - Alias for api specification layer
###############################################################################
FROM {{ apimodname }}:${BUILD_TAG} as api
FROM {{ apimodname }}:${BUILD_TAG} AS api
{%- endmacro %}


Expand Down Expand Up @@ -242,7 +242,7 @@ CMD [ \
###############################################################################
# Stage: alembic - The alembic DB migration tool configured for this layer
###############################################################################
FROM ap-docker.artifactory.labs.bbc/cloudfit/alembic:latest as alembic_base
FROM ap-docker.artifactory.labs.bbc/cloudfit/alembic:latest AS alembic_base

FROM layer AS alembic

Expand Down

0 comments on commit 1cdc6b9

Please sign in to comment.