UPD CDCI 3
Some checks failed
Upload to s3 / build_and_deploy (push) Failing after 1m57s

This commit is contained in:
stirelshka8 2024-07-20 10:55:04 +03:00
parent b5b465c1fa
commit a4086feee0

View File

@ -27,8 +27,14 @@ jobs:
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./install_agent.sh s3://release
- name: Create version file
run: |
echo ${{ github.ref/refs\/tags\// }} > versionagent.txt
run: |
TAG="${{ github.ref }}"
echo "$TAG"
TAG="${TAG#refs/tags/}"
echo "$TAG"
TAG="${TAG#v"
echo "$TAG"
echo "$TAG" > versionagent.txt
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./versionagent.txt s3://doc