Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
document-storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Wandelwerk-Software
libraries
document-storage
Commits
78af0d51
Commit
78af0d51
authored
5 years ago
by
Bruno Burke
Browse files
Options
Downloads
Patches
Plain Diff
remove deployment info from project.clj
parent
1b65401f
No related branches found
No related tags found
No related merge requests found
Pipeline
#21715
failed
5 years ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
project.clj
+0
-5
0 additions, 5 deletions
project.clj
with
3 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
1
View file @
78af0d51
...
...
@@ -8,7 +8,8 @@ stages:
variables
:
CONTAINER_TEST_IMAGE
:
registry.gitlab.com/lehrmeister/document-storage:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE
:
registry.gitlab.com/lehrmeister/document-storage:latest
LEIN_PASSWORD
:
${CI_JOB_TOKEN}
CI_URL
:
https://git.fh-muenster.de/api/v4/projects/${CI_PROJECT_ID}/packages/maven
CI_PASSWORD
:
${CI_JOB_TOKEN}
LEIN_SNAPSHOTS_IN_RELEASE
:
"
TRUE"
build
:
...
...
@@ -25,6 +26,7 @@ test1:
deploy
:
stage
:
deploy
script
:
-
echo "{:user {:deploy-repositories [[\"internal\" {:url \"${CI_URL}\" :username \"Job-Token\" :password \"${CI_PASSWORD}\" :sign-releases
false
}]]}}" > ~/.lein/profiles.clj
-
lein deploy internal
only
:
-
master
This diff is collapsed.
Click to expand it.
project.clj
+
0
−
5
View file @
78af0d51
...
...
@@ -3,11 +3,6 @@
:url
"http://example.com/FIXME"
:license
{
:name
"Eclipse Public License"
:url
"http://www.eclipse.org/legal/epl-v10.html"
}
:deploy-repositories
[[
"internal"
{
:url
"https://git.fh-muenster.de/api/v4/projects/1862/packages/maven"
:username
"Job-Token"
:password
:env
:sign-releases
false
}]]
:dependencies
[[
org.clojure/clojure
"1.9.0"
]
[
org.clojure/tools.logging
"0.4.0"
]
[
clj-jgit
"0.9.1-SNAPSHOT"
]
...
...
This diff is collapsed.
Click to expand it.
Bruno Burke
@bb756626
mentioned in commit
8229b968
·
5 years ago
mentioned in commit
8229b968
mentioned in commit 8229b9687f727d7072f7d4787add8f36dd2d5ad3
Toggle commit list
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