From 551b90dc3f6250e45ed504562f488aa864bea8c2 Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@inria.fr> Date: Tue, 15 Jan 2019 22:44:48 +0100 Subject: [PATCH] [ci] fix wrong copypasta --- .gitlab-ci.yml | 2 +- ci/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d51be34..ea252d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ deploy_coverage: only: - master -deploy_batsim_dev_cachix: +deploy_batsched_dev_cachix: stage: deploy script: - ./ci/update-batsched_dev-cache.bash diff --git a/ci/README.md b/ci/README.md index 7a6779a..515fa24 100644 --- a/ci/README.md +++ b/ci/README.md @@ -12,11 +12,11 @@ batsched should always work with this version. This is the up-to-date Batsim version. batsched should work with this version. -## test_deps_(pinned|local) +## test_deps_(pinned|dev) The list of packages needed to run tests. This is meant to be used as a shell, not meant to be installed. -## test_(pinned|local) +## test_(pinned|dev) A shell used to run tests. Essentially batsim_local + test_deps. Not meant to be installed either. -- GitLab