Merge pull request #17 from threefoldfoundation/development

fix sed command
This commit is contained in:
PeterNashaat 2023-05-29 11:17:13 +03:00 committed by GitHub
commit 317b22cae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,5 @@ jobs:
git log -1
git restore .
git pull
sed -i "s/https:\/\/ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
sed -i "s/https:\/\/www.ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
./build.sh