summaryrefslogtreecommitdiff
path: root/docs/shells/index.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change CI_COMMIT_REF to CI_COMMIT_SHA in docsStefan Schmalzhaf2019-08-051-9/+9
|
* Fix PowerShell capitalizationBen Bodenmiller2019-07-251-1/+1
|
* Make it clear what is the default shell for WindowsSteve Azzopardi2019-07-181-5/+11
| | | | | | | It was suggested in https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1406#note_190409847 that it's not very clear when PowerShell is the default shell and when Batch is the default shell.
* Add tip to execute batch from PowerShellSteve Azzopardi2019-06-171-2/+8
|
* Update docs to refer to Windows Batch deprecationJason Lenny2019-05-241-6/+11
|
* Update cmd script exampleSteve Azzopardi2019-04-241-11/+11
| | | | | Since https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1260 we used delayed expansion for errorlevel when running Windows Batch.
* Fix broken internal linksSteve Azzopardi2019-04-231-0/+368
Rename `shells/README.md` to `shells/index.md` to follow the new naming convention https://docs.gitlab.com/ee/development/documentation/styleguide.html#working-with-directories-and-files closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4181