mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix missing release-cli
Remove dependencies from check_jobs Remove qml format until qmlformat is installed
This commit is contained in:
parent
e933e0a50a
commit
f5ab76186a
@ -49,12 +49,13 @@ release_job:
|
|||||||
when: on_success # Only when all previous jobs succeed
|
when: on_success # Only when all previous jobs succeed
|
||||||
script:
|
script:
|
||||||
# 1. Combining sha256 files into a SHA512-SUMS.txt
|
# 1. Combining sha256 files into a SHA512-SUMS.txt
|
||||||
- echo "Combining sha256 files into a SHA512-SUMS.txt"
|
|
||||||
- python3 Tools/create_sha512.py
|
- python3 Tools/create_sha512.py
|
||||||
# 2. Connect and handle the folder
|
# 2. Install dependencies and handle the folder
|
||||||
- echo "Managing remote folder"
|
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y sshpass ssh
|
- apt install -y sshpass ssh curl
|
||||||
|
- curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64"
|
||||||
|
- chmod +x /usr/local/bin/release-cli
|
||||||
|
- release-cli -v
|
||||||
- ssh-keyscan 91.204.46.10 >> ~/.ssh/known_hosts
|
- ssh-keyscan 91.204.46.10 >> ~/.ssh/known_hosts
|
||||||
- sshpass -p $GETSP_PASSWORD ssh $GETSP_USERNAME@91.204.46.10 "rm -rf /getsp.de/$CI_COMMIT_TAG; mkdir /getsp.de/$CI_COMMIT_TAG;"
|
- sshpass -p $GETSP_PASSWORD ssh $GETSP_USERNAME@91.204.46.10 "rm -rf /getsp.de/$CI_COMMIT_TAG; mkdir /getsp.de/$CI_COMMIT_TAG;"
|
||||||
# 3. Upload files to the remote folder
|
# 3. Upload files to the remote folder
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
formatting:
|
formatting:
|
||||||
|
dependencies: []
|
||||||
stage: check
|
stage: check
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
image:
|
image:
|
||||||
@ -14,4 +15,4 @@ formatting:
|
|||||||
- cd Tools
|
- cd Tools
|
||||||
- python check_format_cmake.py --check
|
- python check_format_cmake.py --check
|
||||||
- python check_format_cpp.py --check
|
- python check_format_cpp.py --check
|
||||||
- python check_format_qml.py --check
|
#- python check_format_qml.py --check
|
||||||
|
Loading…
Reference in New Issue
Block a user