Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
iPPIDB
ippidb-web
Merge requests
!60
An error occurred while fetching the assigned milestone of the selected merge_request.
Update .gitlab-ci.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update .gitlab-ci.yml
buildkit-1
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Bryan BRANCOTTE
requested to merge
buildkit-1
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8413aca5
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -109,7 +109,7 @@ pages:
# pull the latest build on this branch
# - docker pull "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/app-container:latest" || true
# build the image while passing commit SHA and tagging the image with it
-
docker build
-
DOCKER_BUILDKIT=1
docker build
--build-arg BUILDKIT_INLINE_CACHE=1
--target app-container
--build-arg CI_COMMIT_REF_SLUG
@@ -285,4 +285,4 @@ load-prod-in-dev:
-
helm history ${CI_COMMIT_REF_SLUG} --max
3
-
gzip -d prod.sql.gz
-
kubectl -n=${NAMESPACE} exec -i $DB_POD -- psql -U postgres postgres < prod.sql
-
echo "Import completed"
\ No newline at end of file
-
echo "Import completed"
Loading