Skip to content

Commit

Permalink
Create web dir within workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 13, 2024
1 parent 3f9276d commit 8b03e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Create webserver
run: |
mkdir /web
cd /web
mkdir ./web
cd ./web
wget https://github.com/rif/spark/releases/download/v1.8.1/spark_1.8.1_linux_amd64.tar.gz
tar -xf spark_1.8.1_linux_amd64.tar.gz
openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout localhost.key -out localhost.crt -subj '/CN=localhost/O=Testing/C=US'
Expand Down

0 comments on commit 8b03e77

Please sign in to comment.