|
|
@@ -27,6 +27,10 @@ build_release:
|
|
|
- (if [ -f changelog.md ]; then scp -r -P 90 ./changelog.md $DEST_IP:$DEST_PATH/$CI_PROJECT_NAME/ ; fi);
|
|
|
- (if [ -f LICENSE ]; then scp -r -P 90 ./LICENSE $DEST_IP:$DEST_PATH/$CI_PROJECT_NAME/ ; fi);
|
|
|
|
|
|
+ # automatic update project
|
|
|
+ - RQ=$(curl --location --request PUT $APOLLO_API/$CI_PROJECT_NAME --header "apiKey:$APOLLO_KEY")
|
|
|
+ - curl --location $APOLLO_API/$CI_PROJECT_NAME/status --header "apiKey:$APOLLO_KEY" --header Content-Type:application/json --data "$RQ"
|
|
|
+
|
|
|
doxy_stage:
|
|
|
stage: doxy_stage
|
|
|
image: hrektts/doxygen
|