Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
a973fc72
Commit
a973fc72
authored
Nov 20, 2018
by
Moritz Grimm
Browse files
More attempts at fixing CircleCI v2
parent
50df2f27
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
a973fc72
...
...
@@ -6,13 +6,13 @@ jobs:
shell
:
/bin/bash --login
environment
:
-
CIRCLE_ARTIFACTS
:
/tmp/circleci-artifacts
-
CIRCLE_TEST_RE
POR
TS
:
/tmp/circleci-test-results
-
CIRCLE_TEST_RE
SUL
TS
:
/tmp/circleci-test-results
docker
:
-
image
:
circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command
:
/sbin/init
steps
:
-
checkout
-
run
:
mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RE
POR
TS
-
run
:
mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RE
SUL
TS
-
restore_cache
:
keys
:
-
v1-dep-{{ .Branch }}-
...
...
@@ -43,5 +43,3 @@ jobs:
path
:
/tmp/circleci-test-results
-
store_artifacts
:
path
:
/tmp/circleci-artifacts
-
store_artifacts
:
path
:
/tmp/circleci-test-results
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