Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

airflow.cfg

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