We couldn’t recognize your platform.
Our auto-configurator supports react-native, flutter, ionic, cordova, ios, macos, android, xamarin, fastlane projects. If you’re adding something else, skip this step and configure your Workflow manually.
Agent version: 1.17.1
Hostname: prd-latest-usc1b-210214040112-zftvcfbwzhrmwlhvwdvu67
Start time: 2021-02-14T04:06:25Z
$ docker “run” “-v” “/var/run/docker.sock:/var/run/docker.sock” “-v” “/bitrise:/bitrise” “-v” “/tmp/bitrise-agent005610593:/.bitrise-config” “-e” “BITRISEIO_GIT_REPOSITORY_OWNER=goodlifeapp/ios” “-e” “BITRISEIO_GIT_REPOSITORY_SLUG=customer” “-e” “BITRISE_APP_URL=https://app.bitrise.io/app/457a2f2425e650d1” “-e” “BITRISE_APP_SLUG=457a2f2425e650d1” “-e” “BITRISE_APP_TITLE=customer” “-e” "GIT_REPOSITORY_URL=git@gitlab.com:goodlifeapp/ios/customer.git" “–privileged” “–network=host” “–name=bitrise-main-container” “bitriseio/android:pinned” “bitrise” “run” “–config” “/.bitrise-config/bitrise.yml” “–inventory” “/.bitrise-config/bitrise.secrets.yml” “–json-params-base64” “eyJ3b3JrZmxvdyI6InZhbGlkYXRpb25fd29ya2Zsb3dfd2l0aF9zc2gifQ==”
WARNING: Error loading config file: .dockercfg: $HOME is not defined
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.44.0
INFO[04:06:26] bitrise runs in Secret Filtering mode
INFO[04:06:26] bitrise runs in CI mode
INFO[04:06:26] Running workflow: validation_workflow_with_ssh
Switching to workflow: validation_workflow_with_ssh
INFO[04:06:26] Step uses latest version – Updating StepLib …
±-----------------------------------------------------------------------------+
| (0) Running project scanner |
±-----------------------------------------------------------------------------+
| id: project-scanner |
| version: 3.10.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2021-02-14T04:06:31Z |
±-----------------------------------------------------------------------------+
| |
Config:
- ScanDirectory: /bitrise/src
- ResultSubmitURL: [REDACTED]
- ResultSubmitAPIToken: *****
- IconCandidatesURL: [REDACTED]
- DebugLog: true
- EnableRepoClone: true
- SSHRsaPrivateKey: *****
- RepositoryURL: [REDACTED]
- Branch: [REDACTED]
SSH_RSA_PRIVATE_KEY has been unset
ssh_rsa_private_key has been unset
$ ssh-add “-l”
Could not open a connection to your authentication agent.
Exit code: exit status 2
ssh_agent_check_result: 2
ssh-agent not started
starting a new ssh-agent and exporting connection information with envman
$ ssh-agent
Expose SSH_AUTH_SOCK for the new ssh-agent, with envman
$ bash “-c” “/tmp/spawn265060894/tmp_spawn.sh”
spawn ssh-add /root/.ssh/steplib_ssh_step_id_rsa
Identity added: /root/.ssh/steplib_ssh_step_id_rsa (/root/.ssh/steplib_ssh_step_id_rsa)
Success
The SSH key was saved to /root/.ssh/steplib_ssh_step_id_rsa
and was successfully added to ssh-agent.
$ git “init”
Initialized empty Git repository in /bitrise/src/.git/
$ git “remote” “add” “origin” “[REDACTED]”
$ git “fetch” “origin” “refs/heads/[REDACTED]”
Warning: Permanently added ‘gitlab.com,172.65.251.78’ (ECDSA) to the list of known hosts.
From gitlab.com:goodlifeapp/ios/customer
- branch [REDACTED] -> FETCH_HEAD
- [new branch] [REDACTED] -> origin/[REDACTED]
$ git “checkout” “[REDACTED]”