bash
cicd / cicd (push) Failing after 11s Details

main
Bel LaPointe 2023-10-29 16:48:05 -06:00
parent a3a24a1e62
commit c106e71369
2 changed files with 2 additions and 3 deletions

View File

@ -22,9 +22,7 @@ jobs:
FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
WORKDIR /mnt WORKDIR /mnt
COPY ./ /mnt/ COPY ./ /mnt/
RUN ls -a RUN bash -c "true; source ./.env; bash ./build/firebase.sh"
RUN source ./.env
RUN bash ./build/firebase.sh
' | sed 's/^ *//' > $f ' | sed 's/^ *//' > $f
docker build -f $f -t resume-build:resume-build . docker build -f $f -t resume-build:resume-build .
result=$? result=$?

View File

@ -64,3 +64,4 @@ resume:
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git'
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'