File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
421423Update 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
425427cd .ci
426- git pull origin v3.2.1
428+ git pull origin v3.3.0
427429cd -
428430git 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
435437Check the example configuration files inside ci-scripts (and their
You can’t perform that action at this time.
0 commit comments