Checkout to version tag in azimuth-watcher-ts repo

This commit is contained in:
nabarun 2023-05-04 15:24:54 +05:30
parent 3e8b87c3a7
commit dc9be1b260
2 changed files with 1 additions and 3 deletions

View File

@ -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');
}

View File

@ -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: