Skip to content

Commit 8538b4b

Browse files
committed
Clean up ci scripts.
1 parent f67fc71 commit 8538b4b

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

scripts/ci-build-with-docker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ set -Eeuo pipefail
55
SCRIPT_DIR=$(realpath $(dirname "$0"))
66
PROJECT_DIR=$(realpath $(dirname "${SCRIPT_DIR}"))
77

8-
. "${SCRIPT_DIR}/install-cor.sh"
9-
108
# Run the ci-build.sh script using docker.
119
#
1210
ROOT_IMAGE=registry.gitlab.com/batteriesincluded/batt-docker/batteries-debian12-build-tools:0.5.0

scripts/ci-build.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
#
33
set -Eeuo pipefail
44

5-
SCRIPT_DIR=$(realpath $(dirname "$0"))
6-
PROJECT_DIR=$(realpath $(dirname "${SCRIPT_DIR}"))
7-
8-
#. "${SCRIPT_DIR}/install-cor.sh"
9-
10-
#----- --- -- - - - -
11-
# Initialize a clean Conan cache/home.
12-
#
13-
#export CONAN_HOME="${HOME}/_cache/.conan2"
14-
#cor conan profile detect
15-
#----- --- -- - - - -
16-
175
# Pull configs for this build.
186
#
197
cor conan config install --type git https://gitlab.com/batteriesincluded/conan-config/linux-gcc12-x86_64.git

scripts/install-cor.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)