Skip to content

Commit

Permalink
Separate
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Feb 27, 2024
1 parent d739a17 commit 59ca635
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ set -euo pipefail
IFS=$'\n\t'
# set -x

# ℹ️ Update Commit Hashes
docker compose \
--file test/docker-compose.yml \
--env-file test/test-runner.env \
run --rm --build test-runner -c "
cd ..
python3 -m pip install requests bs4 lxml
python3 update_commits.py
"

set -o allexport
# shellcheck disable=SC1091
source ./variables.env
Expand Down
11 changes: 11 additions & 0 deletions update_commits.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

# ℹ️ Update Commit Hashes
docker compose \
--file test/docker-compose.yml \
--env-file test/test-runner.env \
run --rm --build test-runner -c "
cd ..
python3 -m pip install requests bs4 lxml
python3 update_commits.py
"

0 comments on commit 59ca635

Please sign in to comment.