From 6bdeb5c2d481a786640999bb5da30ecb90560593 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:39:40 -0600 Subject: [PATCH] realpath maybe --- .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 b83840d..cca02a5 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -15,12 +15,10 @@ jobs: uses: actions/checkout@v3 - name: cicd run: | - d="$(mktemp -d)" - cp -r ./ "$d/" docker run \ --rm \ -i \ - -v "$d":/mnt \ + -v "$(realpath "$PWD")":/mnt \ -w /mnt \ -e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \ -e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \ diff --git a/src/homebrew/homebrew.yaml b/src/homebrew/homebrew.yaml index c5cf9cd..d306b1f 100644 --- a/src/homebrew/homebrew.yaml +++ b/src/homebrew/homebrew.yaml @@ -63,3 +63,4 @@ resume: - 'Languages: Go (Golang), Bash, Python3' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' +