Production test: all servers run same version

This commit is contained in:
Brian Cunnie
2021-11-02 05:02:46 -07:00
parent 9dd1a78447
commit 1d4e1af656
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ git pull -r --autostash
# update the version number for the TXT record for version.sslip.io
sed -i '' "s/$OLD_VERSION/$VERSION/g" \
bin/make_all \
bosh-release/packages/sslip.io-dns-server/packaging
bosh-release/packages/sslip.io-dns-server/packaging \
spec/check-dns_spec.rb
# update the download instructions on the website
sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" \
k8s/document_root/index.html \