Skip to content
Snippets Groups Projects
Select Git revision
  • 2c796980f588b51e18fae62d9a79bb1655421592
  • master default protected
  • 7
  • 7.10
  • 7.10.2
  • 7.10.1
  • 7.10.0
  • 7.9
  • 7.9.2
  • 7.9.1
  • 7.9.0
  • 7.8.3
  • 7.8.2
  • 7.8.1
  • 7.8
  • 7.8.0
  • 7.7
  • 7.7.1
  • 7.7.0
  • 7.6
  • 7.6.0
  • 7.5
22 results

.gitlab-ci.yml

Blame
  • post-create.sh 165 B
    #!/bin/bash
    
    set -e
    
    if [[ "${CODESPACES}" == true ]]; then
      echo "Fixing permissions of /tmp for GitHub Codespaces..." >&2
      sudo chmod 1777 /tmp
    fi
    
    pnpm install