Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/templates/Dart.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Dart.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Dart.gitlab-ci.yml b/lib/gitlab/ci/templates/Dart.gitlab-ci.yml
index a50e722f18a..6354db38f58 100644
--- a/lib/gitlab/ci/templates/Dart.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Dart.gitlab-ci.yml
@@ -18,7 +18,7 @@ cache:
- .pub-cache/global_packages
before_script:
- - export PATH="$PATH":"~/.pub-cache/bin"
+ - export PATH="$PATH:$HOME/.pub-cache/bin"
- pub get --no-precompile
test: