* Fixing push/popd path typo
* Removing export command from cargo-unit-test job This was causing the job to fail so the env vars have been moved to live under the ci file's job-level variables key
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# First the rtc server
|
||||
pushd ../rtc-server/
|
||||
pushd ./rtc-server/
|
||||
echo Setting up RTC server
|
||||
npm run autotest&
|
||||
rtc_pid=$!
|
||||
popd
|
||||
|
||||
# Next the json api
|
||||
pushd ../json-api/
|
||||
pushd ./json-api/
|
||||
echo Setting up API server
|
||||
cargo run --release -- -H ../hmac.secret -w ../wss-hmac.secret -s&
|
||||
json_pid=$!
|
||||
|
||||
Reference in New Issue
Block a user