aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-plugin-tutorial.sh
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-17 02:48:09 +0100
committerEmilio Jesus Gallego Arias2018-11-17 16:51:54 +0100
commit360fafb7781ca12e533f7ee55da6a4a4324e2a19 (patch)
treee964d5a8a434e49d352ff3522bc34465ddf7ccf2 /dev/ci/ci-plugin-tutorial.sh
parente64491ec388b004e9753ca8669a7db4b25268a3b (diff)
[ci] Uniformize casing of makefile targets and ci variables.
This is convenient as to have better automation.
Diffstat (limited to 'dev/ci/ci-plugin-tutorial.sh')
-rwxr-xr-xdev/ci/ci-plugin-tutorial.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/ci/ci-plugin-tutorial.sh b/dev/ci/ci-plugin-tutorial.sh
deleted file mode 100755
index 6c26a71a21..0000000000
--- a/dev/ci/ci-plugin-tutorial.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-ci_dir="$(dirname "$0")"
-. "${ci_dir}/ci-common.sh"
-
-git_download plugin_tutorial
-
-( cd "${CI_BUILD_DIR}/plugin_tutorial" && \
- pushd tuto0 && make && popd && \
- pushd tuto1 && make && popd && \
- pushd tuto2 && make && popd && \
- pushd tuto3 && make && popd )