Checkout to version tag in azimuth-watcher-ts repo
This commit is contained in:
parent
3e8b87c3a7
commit
dc9be1b260
@ -25,8 +25,6 @@ const main = () => {
|
||||
|
||||
updatedConfig.jobQueue.dbConnectionString = parts.join("://");
|
||||
|
||||
updatedConfig.jobQueue.dbConnectionString = parts.join("://");
|
||||
|
||||
fs.writeFileSync('environments/local.toml', tomlJS.dump(updatedConfig), 'utf-8');
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ Checkout to the required versions and branches in repos
|
||||
```bash
|
||||
# azimuth-watcher-ts
|
||||
cd ~/cerc/azimuth-watcher-ts
|
||||
# git checkout v0.1.0
|
||||
git checkout v0.1.0
|
||||
```
|
||||
|
||||
Build the container images:
|
||||
|
Loading…
Reference in New Issue
Block a user