Version 0.1.3
This commit is contained in:
parent
ef541e83bf
commit
9ae1ecf915
3 changed files with 9 additions and 9 deletions
|
@ -104,11 +104,11 @@ release:
|
|||
FRONTEND_URL: "${PACKAGE_REGISTRY_URL}/k8s-mastodon-bot/${$CI_COMMIT_TAG}/k8s-mastodon-bot.js"
|
||||
script:
|
||||
- apk --no-cache add curl
|
||||
#- |
|
||||
# curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file target/uberjar/k8s-mastodon-bot-standalone.jar ${UBERJAR_URL}
|
||||
#- |
|
||||
# curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file target/frontend-build/k8s-mastodon-bot.js ${FRONTEND_URL}
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file target/uberjar/k8s-mastodon-bot-standalone.jar ${UBERJAR_URL}
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file target/frontend-build/k8s-mastodon-bot.js ${FRONTEND_URL}
|
||||
- |
|
||||
release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \
|
||||
--assets-link "{\"name\":\"k8s-mastodon-bot-standalone.jar\",\"url\":\"${UBERJAR_URL}\"}" \
|
||||
--assets-link "{\"name\":\"k8s-mastodon-bot.js\",\"url\":\"${FRONTEND_URL}\"}"
|
||||
release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG
|
||||
# --assets-link "{\"name\":\"k8s-mastodon-bot-standalone.jar\",\"url\":\"${UBERJAR_URL}\"}" \
|
||||
# --assets-link "{\"name\":\"k8s-mastodon-bot.js\",\"url\":\"${FRONTEND_URL}\"}"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "k8s-mastodon-bot",
|
||||
"description": "Generate k8s yaml for a mastodon-bot deployment.",
|
||||
"author": "meissa GmbH",
|
||||
"version": "0.1.3-SNAPSHOT",
|
||||
"version": "0.1.3",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot#readme",
|
||||
"repository": "https://www.npmjs.com/package/k8s-mastodon-bot",
|
||||
"license": "APACHE2",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject dda/k8s-mastodon-bot "0.1.3-SNAPSHOT"
|
||||
(defproject dda/k8s-mastodon-bot "0.1.3"
|
||||
:description "common utils for dda config"
|
||||
:url "https://www.domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
Loading…
Reference in a new issue