Skip to content
Snippets Groups Projects
Unverified Commit ceb1f022 authored by Luke Murphy's avatar Luke Murphy
Browse files

Just run sync. Expose the settings variable.

parent 9b33c9c7
No related branches found
No related tags found
1 merge request!59Fix CI.
Pipeline #2259 failed
......@@ -14,6 +14,7 @@ variables:
MYSQL_DATABASE: internewshid
MYSQL_ROOT_PASSWORD: passw0rd
DJANGO_SECRET_KEY: 'nde2wr2r)#a*%n$!(zl8#3v_o!sp=hd9vbv%*e6atgr0dp=b(7'
DJANGO_SETTINGS_MODULE: settings
before_script:
- pip install -U pipenv setuptools pip
......@@ -21,7 +22,7 @@ before_script:
- |
echo "SECRET_KEY = '$DJANGO_SECRET_KEY'" >> internewshid/private_settings.py
echo "DB_PASSWORD = '$MYSQL_ROOT_PASSWORD'" >> internewshid/private_settings.py
- pipenv install --dev --two --deploy
- pipenv sync --dev
- apt update && apt install -y node-less
checks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment