From fddd8c380e998bf7478445e238b0fec8ebb9b238 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:37:05 -0600 Subject: [PATCH] fix docker run in cicd --- .gitea/workflows/cicd.yaml | 6 +----- src/homebrew/homebrew.yaml | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 76337cf..ded7b9f 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -15,13 +15,9 @@ jobs: uses: actions/checkout@v3 - name: cicd run: | - set -ueo pipefail - - env - docker run \ --rm \ - -it \ + -i \ -v "$PWD":/mnt \ -w /mnt \ -e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \ 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' +