Skip to content

Commit 5764601

Browse files
committed
Update README
1 parent 0c2f903 commit 5764601

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ in the service specific subdirectories:
332332
333333
- [Travis-CI README](travis/README.md)
334334
- [AppVeyor README](appveyor/README.md)
335+
- [GitHub Actions README](github-actions/README.md)
336+
- [GitLab README](gitlab/README.md)
335337
336338
## References: EPICS Modules Using ci-scripts
337339
@@ -420,16 +422,16 @@ This will make all builds (not just for your module) verbose.
420422
421423
Update the submodule in `.ci` first, then change your CI configuration
422424
(if needed) and commit both to your module. E.g., to update your Travis
423-
setup to release 3.2.1 of ci-scripts:
425+
setup to release 3.3.0 of ci-scripts:
424426
```bash
425427
cd .ci
426-
git pull origin v3.2.1
428+
git pull origin v3.3.0
427429
cd -
428430
git add .ci
429431
# if needed:
430432
edit .travis.yml # and/or other CI service configurations
431433
git add .travis.yml
432-
git commit -m "Update ci-scripts submodule to v3.2.1"
434+
git commit -m "Update ci-scripts submodule to v3.3.0"
433435
```
434436
435437
Check the example configuration files inside ci-scripts (and their

0 commit comments

Comments
 (0)