From c106e713695979c634851613be788e89fca357d9 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:48:05 -0600 Subject: [PATCH] bash --- .gitea/workflows/cicd.yaml | 4 +--- src/homebrew/homebrew.yaml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 63a036f..a99d89c 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -22,9 +22,7 @@ jobs: FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest WORKDIR /mnt COPY ./ /mnt/ - RUN ls -a - RUN source ./.env - RUN bash ./build/firebase.sh + RUN bash -c "true; source ./.env; bash ./build/firebase.sh" ' | sed 's/^ *//' > $f docker build -f $f -t resume-build:resume-build . result=$? diff --git a/src/homebrew/homebrew.yaml b/src/homebrew/homebrew.yaml index d306b1f..3af88f0 100644 --- a/src/homebrew/homebrew.yaml +++ b/src/homebrew/homebrew.yaml @@ -64,3 +64,4 @@ resume: - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' +