@@ -158,27 +159,6 @@ build-job: # This job runs in the build stage, which runs first.
-$SITE_PATH
# - $STANDALONE_PATH
# unit-test-job: # This job runs in the test stage.
# stage: test # It only starts when the job in the build stage completes successfully.
# script:
# - echo "Running unit tests... This will take about 6 seconds."
# - sleep 6
# - echo "Code coverage is 0%"
# lint-test-job: # This job also runs in the test stage.
# stage: test # It can run at the same time as unit-test-job (in parallel).
# script:
# - echo "Linting code... This will take about 1 seconds."
# - sleep 1
# - echo "No lint issues found."
# deploy-job: # This job runs in the deploy stage.
# stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
# environment: production
# script:
# - echo "Deploying application..."
# - echo "Application successfully deployed."
# Adapted from OpenAPI2TDL converter
prepare-job:
@@ -282,17 +262,15 @@ release-job:
rules:
-!reference[.default_rules,rules]
script:
# unpack latest?
# TODO: permalink for latest release? or manual job?
# --description "Published automatically, permalink for installation (valid for 7 days) at https://labs.etsi.org/rep/top/ide/-/releases/permalink/latest/downloads/repository."