Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
701eb771
Commit
701eb771
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: only prevent cache when testing
parent
7764747b
dev
11-add-websockets
master
v1.0.0
v0.1.0
v0.0.1
2 merge requests
!23
Resolve "Release v0.1.0"
,
!8
Gitlab-ci
Pipeline
#106882
failed with stages
in 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
docker/Dockerfile
docker/Dockerfile
+0
-2
run-compose.sh
run-compose.sh
+1
-0
No files found.
docker/Dockerfile
View file @
701eb771
...
...
@@ -5,8 +5,6 @@ WORKDIR /app
# If we want to use the alpine image, we need these packages for pytest
# RUN apk update && apk add python3-dev gcc libc-dev libffi-dev
ENV
PYTHONDONTWRITEBYTECODE=1
COPY
requirements.txt requirements.txt
COPY
requirements-dev.txt requirements-dev.txt
...
...
This diff is collapsed.
Click to expand it.
run-compose.sh
View file @
701eb771
...
...
@@ -19,6 +19,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS
=
"--build"
;;
tests
)
PYTHONDONTWRITEBYTECODE
=
1
docker-compose
-f
docker/docker-compose-test.yaml up
--build
exit
0
;;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment