From 066949aec595796c09e168bac3694d008ed715c8 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:38:25 -0600 Subject: [PATCH] try unalias mount --- .gitea/workflows/cicd.yaml | 4 +++- src/homebrew/homebrew.yaml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index ded7b9f..b83840d 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -15,10 +15,12 @@ jobs: uses: actions/checkout@v3 - name: cicd run: | + d="$(mktemp -d)" + cp -r ./ "$d/" docker run \ --rm \ -i \ - -v "$PWD":/mnt \ + -v "$d":/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 d306b1f..c5cf9cd 100644 --- a/src/homebrew/homebrew.yaml +++ b/src/homebrew/homebrew.yaml @@ -63,4 +63,3 @@ resume: - 'Languages: Go (Golang), Bash, Python3' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' -