Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Submission API
Commits
47baa8b1
Commit
47baa8b1
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
Rename generated yml in ci pipeline
parent
e0cb91e1
No related branches found
No related tags found
1 merge request
!18
Umbenennung von Antragsformular / Dokument in Anhang
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
47baa8b1
...
@@ -19,7 +19,7 @@ build:
...
@@ -19,7 +19,7 @@ build:
before_script
:
before_script
:
-
npm install -g @apidevtools/swagger-cli
-
npm install -g @apidevtools/swagger-cli
-
mkdir dist
-
mkdir dist
script
:
swagger-cli bundle -t yaml -o dist/
combined
.yml spec/combined.yml
script
:
swagger-cli bundle -t yaml -o dist/
zustelldienst
.yml spec/combined.yml
# find ./spec -type f -name "*.yml" -exec sh -c 'swagger-cli bundle -t yaml -o dist/$(basename {}) {}' \;
# find ./spec -type f -name "*.yml" -exec sh -c 'swagger-cli bundle -t yaml -o dist/$(basename {}) {}' \;
artifacts
:
artifacts
:
expose_as
:
'
Built
API
spec'
expose_as
:
'
Built
API
spec'
...
@@ -32,7 +32,6 @@ upload:
...
@@ -32,7 +32,6 @@ upload:
image
:
alpine:latest
image
:
alpine:latest
only
:
only
:
refs
:
refs
:
-
master
-
tags
-
tags
variables
:
variables
:
-
$CI_COMMIT_TAG
-
$CI_COMMIT_TAG
...
@@ -62,4 +61,5 @@ release-new-api-version:
...
@@ -62,4 +61,5 @@ release-new-api-version:
-
echo "Releasing new API version"
-
echo "Releasing new API version"
-
release-cli create --name "v$CI_COMMIT_TAG" --description './CHANGELOG.md'
-
release-cli create --name "v$CI_COMMIT_TAG" --description './CHANGELOG.md'
--tag-name $CI_COMMIT_TAG
--tag-name $CI_COMMIT_TAG
--assets-link '{"name":"combined-$CI_COMMIT_TAG","url":"https://fitko.uber.space/$CI_COMMIT_TAG/combined.yml"}'
--assets-link '{"name":"combined-$CI_COMMIT_TAG","url":"https://fitko.uber.space/$CI_COMMIT_TAG/zustelldienst.yml"}'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment