Skip to content

Commit

Permalink
feat: CI/CD generic
Browse files Browse the repository at this point in the history
  • Loading branch information
shencangsheng committed Sep 15, 2022
1 parent 35c9b8d commit 9e63ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-gitlab-release-generic-14.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

curl --request POST "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/package/${CI_COMMIT_TAG}/${1}" \
curl --request POST "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/release/${CI_COMMIT_TAG}/${1}" \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file ${2}

0 comments on commit 9e63ad7

Please sign in to comment.