try unalias mount
cicd / cicd (push) Failing after 14s
Details
cicd / cicd (push) Failing after 14s
Details
parent
fddd8c380e
commit
066949aec5
|
|
@ -15,10 +15,12 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: cicd
|
- name: cicd
|
||||||
run: |
|
run: |
|
||||||
|
d="$(mktemp -d)"
|
||||||
|
cp -r ./ "$d/"
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
-i \
|
-i \
|
||||||
-v "$PWD":/mnt \
|
-v "$d":/mnt \
|
||||||
-w /mnt \
|
-w /mnt \
|
||||||
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
|
-e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \
|
||||||
-e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \
|
-e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,3 @@ 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