Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-base
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
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
Rolf Erik Sesseng Aas
tdt4242-base
Commits
6e3f19bb
Commit
6e3f19bb
authored
3 years ago
by
Sigurd Røstad Augdal
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
3c4e7b3f
' into 'master'
Revert "Update .gitlab-ci.yml" See merge request
!12
parents
3c4e7b3f
3dc3c251
Branches
master
No related tags found
1 merge request
!12
Revert "Update .gitlab-ci.yml"
Pipeline
#131478
failed with stages
Stage:
Stage:
Stage:
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-12
0 additions, 12 deletions
.gitlab-ci.yml
with
0 additions
and
12 deletions
.gitlab-ci.yml
+
0
−
12
View file @
6e3f19bb
...
...
@@ -18,18 +18,6 @@ build-job:
-
apt-get update -qy
-
pip3 install -r requirements.txt
-
python manage.py migrate
# Import credential variables
-
ARG DJANGO_SUPERUSER_USERNAME
-
ARG DJANGO_SUPERUSER_PASSWORD
-
ARG DJANGO_SUPERUSER_EMAIL
# Create superuser
-
RUN DJANGO_SUPERUSER_USERNAME=${DJANGO_SUPERUSER_USERNAME} \
DJANGO_SUPERUSER_PASSWORD=${DJANGO_SUPERUSER_PASSWORD} \
DJANGO_SUPERUSER_EMAIL=${DJANGO_SUPERUSER_EMAIL} \
python manage.py createsuperuser --noinput || \
-
echo "WARNING
:
This error is ignored as it most likely is 'That username is already taken.'"
-
echo "WARNING
:
If you wish to alter the user credentials, then delete the user first."
-
python manage.py loaddata seed.json
test-backend
:
stage
:
test
...
...
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