fix docker run in cicd
cicd / cicd (push) Failing after 16s
Details
cicd / cicd (push) Failing after 16s
Details
parent
bfcb62f3fd
commit
fddd8c380e
|
|
@ -15,13 +15,9 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: cicd
|
- name: cicd
|
||||||
run: |
|
run: |
|
||||||
set -ueo pipefail
|
|
||||||
|
|
||||||
env
|
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
-it \
|
-i \
|
||||||
-v "$PWD":/mnt \
|
-v "$PWD":/mnt \
|
||||||
-w /mnt \
|
-w /mnt \
|
||||||
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
|
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
|
||||||
|
|
|
||||||
|
|
@ -63,3 +63,4 @@ 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