realpath maybe
cicd / cicd (push) Failing after 10s
Details
cicd / cicd (push) Failing after 10s
Details
parent
066949aec5
commit
6bdeb5c2d4
|
|
@ -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 }}' \
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue