UPD CDCI 5
All checks were successful
Upload to s3 / Upload-to-s3 (push) Successful in 2m8s

This commit is contained in:
stirelshka8 2024-07-20 11:03:22 +03:00
parent 3b7c0f33a7
commit e1e9e7f7a0

View File

@ -24,16 +24,17 @@ jobs:
- name: Upload to s3
run: |
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./install_agent.sh s3://release
TAG="${{ github.ref }}"
TAG="${TAG#refs/tags/}"
TAG="${TAG#v}"
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./install_agent.sh s3://release/install_agent_$TAG.sh
- name: Create version file
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