icon

Change Working Directory for subsequent Steps

Set bitrise source directory (BITRISE_SOURCE_DIR) to a specified path.

By setting $BITRISE_SOURCE_DIR to the specified path every subsequent Step will run with this path as its base Working Directory.

Useful for projects which expect a fixed project/workspace hierarchy, like Go which requires the project inside a "workspace" with the structure: $GOPATH/src/domain/user/project.

Similar steps

Exports environment variables to be able to detect if the currently running build's status has changed to a previous one.

Updates the Android applicationId in your project's build.gradle file.

Updates the Android versionCode and versionName in your project's build.gradle file.

Changes a selected value in a targeted file.