Skip to content
Snippets Groups Projects
Select Git revision
  • c0c11d57ad03431483d347e147faa76609febf80
  • master default protected
  • v1.17.0
  • v1.16.0
  • v1.15.0
  • v1.14.0
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.0
  • v1.10.0
  • v1.9.0
  • v1.8.0
  • v1.7.0
  • v1.6.0
  • v1.5.1
  • v1.5.0
  • v1.4.1
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.1
22 results

provider-gitlab

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Max Leonard Inden authored
    Adding the following accross the project:
    
    ```bash
    /# exit immediately when a command fails
    set -e
    /# only exit with zero if all commands of the pipeline exit successfully
    set -o pipefail
    /# error on unset variables
    +set -u
    
    ```
    cbb03d38
    History
    Name Last commit Last update