Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
General
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab CI/CD
General
Commits
f01ca459
Commit
f01ca459
authored
10 months ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Replace GITLAB_PRIVATE_TOKEN with GITLAB_ACCESS_TOKEN
parent
96b08a6a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
datacore.yml
+1
-1
1 addition, 1 deletion
datacore.yml
tagrelease.yml
+1
-1
1 addition, 1 deletion
tagrelease.yml
with
2 additions
and
2 deletions
datacore.yml
+
1
−
1
View file @
f01ca459
...
...
@@ -36,7 +36,7 @@ DeployDataCore:
-
curl --silent --retry 2 https://gitlab.lakedrops.com/gitlab-ci-cd/general/-/raw/main/templates/datacore/jobs.ini | envsubst > crontabs/jobs.ini
# Download JAR file
-
|
curl --fail -s --retry 2 --header "Private-Token: ${GITLAB_
PRIVATE
_TOKEN}" "https://gitlab.lakedrops.com/api/v4/projects/311/packages/maven/de/bitegra/datacore/datacore-real-estate/${DATACORE_VERSION}/datacore-real-estate-${DATACORE_VERSION}.jar" -o app/datacore.jar
curl --fail -s --retry 2 --header "Private-Token: ${GITLAB_
ACCESS
_TOKEN}" "https://gitlab.lakedrops.com/api/v4/projects/311/packages/maven/de/bitegra/datacore/datacore-real-estate/${DATACORE_VERSION}/datacore-real-estate-${DATACORE_VERSION}.jar" -o app/datacore.jar
# Start containers
-
docker compose pull --quiet
-
docker compose up -d --quiet-pull --remove-orphans
...
...
This diff is collapsed.
Click to expand it.
tagrelease.yml
+
1
−
1
View file @
f01ca459
variables
:
TAGURL
:
"
https://gitlab.lakedrops.com/api/v4/projects/$CI_PROJECT_ID/repository/tags"
PRIVHEADER
:
"
Private-Token:
$GITLAB_
PRIVATE
_TOKEN"
PRIVHEADER
:
"
Private-Token:
$GITLAB_
ACCESS
_TOKEN"
include
:
-
project
:
gitlab-ci-cd/general
...
...
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