Skip to content
Snippets Groups Projects
Verified Commit ed1e4486 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Removed entrypoint.

parent 5a2bacd6
No related branches found
No related tags found
Loading
......@@ -2,9 +2,6 @@ build docs:
stage: test
image:
name: $CONTAINER_GCC_IMAGE
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
before_script:
- mkdir -p build
......@@ -24,9 +21,6 @@ build:
CCACHE_DIR: "$CI_PROJECT_DIR/.ccache"
image:
name: $CONTAINER_GCC_IMAGE
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
cache:
paths:
- .ccache
......
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