Skip to content
Snippets Groups Projects
Commit 1cac4c00 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Rename get_packages.sh --> get-packages.sh

parent c1db626b
No related branches found
No related tags found
No related merge requests found
Pipeline #1449 failed
......@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
nasm
COPY ./install /zafl
RUN cd /zafl && ./get_packages.sh
RUN cd /zafl && ./get-packages.sh
RUN cd /zafl/zipr_umbrella/ && service postgresql start && env USER=root ./postgres_setup.sh
COPY run_zafl.sh /
RUN chmod +x /run_zafl.sh
......
......@@ -15,7 +15,7 @@ env|grep CICD
time rsync -a --exclude='.git' $CICD_TO_TEST_DIR/ /tmp/zafl_test
cd /tmp/zafl_test
source set_env_vars
sudo ./get_packages.sh all
sudo ./get-packages.sh all
./build-all.sh
cd $PEASOUP_UMBRELLA_DIR
./postgres_setup.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment