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
OpenDAS
nni
Commits
64efd60a
Unverified
Commit
64efd60a
authored
Jan 27, 2021
by
Yuge Zhang
Committed by
GitHub
Jan 27, 2021
Browse files
Temporary disable cache (#3335)
parent
6f272049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
pipelines/fast-test.yml
pipelines/fast-test.yml
+16
-16
No files found.
pipelines/fast-test.yml
View file @
64efd60a
...
@@ -24,14 +24,14 @@ stages:
...
@@ -24,14 +24,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName
:
Install apt packages
displayName
:
Install apt packages
-
task
:
Cache@2
#
- task: Cache@2
inputs
:
#
inputs:
key
:
'
python
|
"$(Agent.OS)"
|
dependencies/*.txt'
#
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys
:
|
#
restoreKeys: |
python | "$(Agent.OS)"
#
python | "$(Agent.OS)"
python
#
python
path
:
$(PIP_CACHE_DIR)
#
path: $(PIP_CACHE_DIR)
displayName
:
Cache pip packages
#
displayName: Cache pip packages
-
script
:
|
-
script
:
|
set -e
set -e
...
@@ -65,14 +65,14 @@ stages:
...
@@ -65,14 +65,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName
:
Install apt packages
displayName
:
Install apt packages
-
task
:
Cache@2
#
- task: Cache@2
inputs
:
#
inputs:
key
:
'
python
|
"$(Agent.OS)"
|
dependencies/*.txt'
#
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys
:
|
#
restoreKeys: |
python | "$(Agent.OS)"
#
python | "$(Agent.OS)"
python
#
python
path
:
$(PIP_CACHE_DIR)
#
path: $(PIP_CACHE_DIR)
displayName
:
Cache pip packages
#
displayName: Cache pip packages
-
script
:
|
-
script
:
|
set -e
set -e
...
...
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