forked from AG_QGIS/Plugin_Test_Action
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46672dbf2b | ||
|
|
739af302d3 | ||
|
|
c11afa9383 | ||
|
|
78035e08b9 | ||
|
|
a2d8a1f1cf | ||
|
|
eb1c0fa6b9 | ||
|
|
cb71f30c29 |
@@ -15,10 +15,26 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Notwendige Abhängigkeiten installieren
|
- name: Notwendige Abhängigkeiten installieren
|
||||||
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache git zip curl jq rsync bash
|
apk add --no-cache git zip curl jq rsync bash
|
||||||
git config --global http.sslVerify false
|
git config --global http.sslVerify false
|
||||||
|
|
||||||
|
- name: Clone Gitea repo
|
||||||
|
run: |
|
||||||
|
git clone https://$RELEASE_TOKEN:x-oauth-basic@entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git repo
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
# - name: Repository auschecken
|
||||||
|
# uses: actions/checkout@v3
|
||||||
|
# with:
|
||||||
|
# repository: AG_QGIS/Plugin_Test_Action.git
|
||||||
|
# fetch-depth: 0
|
||||||
|
# token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
# git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git
|
||||||
|
|
||||||
- name: Debug Info
|
- name: Debug Info
|
||||||
run: |
|
run: |
|
||||||
echo "Tag: $GITEA_REF_NAME"
|
echo "Tag: $GITEA_REF_NAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user