File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Runs CI in the docker dev container.
16
16
if [ " ${BASH_SOURCE[0]} " = " ${0} " ]; then
17
17
./docker/build
18
18
docker run --rm \
19
- --entrypoint /opt/stactools/ scripts/cibuild \
19
+ --entrypoint scripts/cibuild \
20
20
stacutils/stactools:latest-dev
21
21
fi
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Run code formatters in a docker container with all prerequisites installed.
16
16
if [ " ${BASH_SOURCE[0]} " = " ${0} " ]; then
17
17
docker run --rm -it \
18
18
-v ` pwd` :/opt/stactools \
19
- --entrypoint /opt/stactools/ scripts/format \
19
+ --entrypoint scripts/format \
20
20
stacutils/stactools:latest-dev
21
21
fi
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Run linting and tests in a docker container with all prerequisites installed.
16
16
if [ " ${BASH_SOURCE[0]} " = " ${0} " ]; then
17
17
docker run --rm -it \
18
18
-v ` pwd` :/opt/stactools \
19
- --entrypoint /opt/stactools/ scripts/test \
19
+ --entrypoint scripts/test \
20
20
stacutils/stactools:latest-dev
21
21
fi
You can’t perform that action at this time.
0 commit comments