Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spotify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoStreaming
Plugins
Spotify
a0c30d4b2f0323e778cc7234f7f3501e0fbaba3c
spotify
build
.gitlab-ci.yml
Find file
Normal view
Permalink
.gitlab-ci.yml
98 B
Newer
Older
add ci/cd to turn off auto devops
Kai DeLorenzo
committed
10 months ago
1
2
3
4
5
6
stages
:
-
deploy
deploy
:
stage
:
deploy
script
:
fixed typo
Kai DeLorenzo
committed
10 months ago
7
-
sh build/deploy.sh
add ci/cd to turn off auto devops
Kai DeLorenzo
committed
10 months ago
8
only
:
Update build/.gitlab-ci.yml file
Koen
committed
9 months ago
9
-
master