oops no nest
cicd / cicd (push) Failing after 17s
Details
cicd / cicd (push) Failing after 17s
Details
parent
7d0489efc1
commit
8e37db681c
|
|
@ -22,7 +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 bash -c "true; source ./.env; bash ./deploy/firebase.sh"
|
RUN bash -c "true; source ./.env; bash ./deploy.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=$?
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,3 @@ resume:
|
||||||
- 'Languages: Go (Golang), Bash, Python3'
|
- 'Languages: Go (Golang), Bash, Python3'
|
||||||
- '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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue