checkout repo by hand
/ test (push) Successful in 3s
Details
/ test (push) Successful in 3s
Details
This commit is contained in:
parent
0751836eba
commit
39469d6fe4
|
|
@ -8,4 +8,10 @@ jobs:
|
|||
container:
|
||||
image: git.hswro.org/fleg/actions-experiments:latest
|
||||
steps:
|
||||
- run: git version
|
||||
- run: git init
|
||||
- run: git remote add origin "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
|
||||
- run: git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "+${GITHUB_SHA}:${GITHUB_REF}"
|
||||
- run: git checkout --force "${GITHUB_REF}"
|
||||
- run: cat README.md
|
||||
- run: cat /etc/os-release
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --update gcc g++ make openssl-dev libc-dev ruby ruby-dev ruby-bundler ruby-json
|
||||
RUN apk add --update git
|
||||
|
|
|
|||
Loading…
Reference in New Issue