fix: Git-Checkout manuell durchführen, da Node.js im Maubot-Image fehlt
This commit is contained in:
@@ -13,8 +13,14 @@ jobs:
|
||||
container:
|
||||
image: dock.mau.dev/maubot/maubot:latest
|
||||
steps:
|
||||
- name: Install git
|
||||
run: |
|
||||
apt-get update && apt-get install -y git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
git clone --depth 1 --branch "${GITHUB_REF_NAME}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" . || \
|
||||
git clone --depth 1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" . && git checkout "${GITHUB_SHA}"
|
||||
|
||||
- name: Determine version
|
||||
id: version
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.venv
|
||||
*.mbp
|
||||
.ki-workspace
|
||||
Reference in New Issue
Block a user