Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 89) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js48 echo(`\n\n>>>>> ${message}\n\n\n`);
73 echo('Failed to pack react-native');
119 echo('Failed to execute npm install');
138 echo('Failed to install appium');
156 echo('Key could not be generated');
189 echo('Most likely the code is broken');
211 echo(`Metro is running, ${SERVER_PID}`);
277 echo('Could not build iOS bundle');
291 echo('Jest tests failed');
310 echo(`Killing packager ${SERVER_PID}`);
[all …]
H A Drun-ci-javascript-tests.js20 const {echo, exec, exit} = require('shelljs');
30 echo(`\n\n>>>>> ${message}\n\n\n`);
34 echo('Executing JavaScript tests');
38 echo('Failed to run eslint.');
45 echo('Failed to run flow.');
51 echo('Failed to run flow.');
62 echo('Failed to run JavaScript tests.');
63 echo('Most likely the code is broken.');
70 echo('Failed to run TypeScript tests.');
78 echo('Finished.');
H A Dprepare-package-for-release.js21 const {echo, exec, exit} = require('shelljs');
80 echo(`Failed to set React Native version to ${version}`);
85 echo('Updating RNTester Podfile.lock...');
87 echo('Failed to update RNTester Podfile.lock.');
88 echo('Fix the issue, revert and try again.');
92 echo(`Local checkout has been prepared for release version ${version}.`);
94 echo('Changes will not be committed because --dry-run was set to true.');
100 echo('failed to commit');
106 echo(
109 echo('You may want to rollback the last commit');
[all …]
H A Drelease-utils.js12 const {exec, echo, exit, test, env, pushd, popd} = require('shelljs');
38 echo('Generating Android artifacts inside /tmp/maven-local');
40 echo('Could not generate artifacts');
44 echo('Generated artifacts for Maven');
64 echo(
90 echo(
98 echo('Failed to publish artifacts to Sonatype (Maven Central)');
103 echo('Published artifacts to Maven Central');
148 echo(`Tag v${version} already exists.`);
149 echo('You may want to rollback the last commit');
[all …]
H A Dset-rn-version.js22 const {cat, echo, exec, exit, sed} = require('shelljs');
61 echo(`The temp versioning folder is ${tmpVersioningFolder}`);
146 echo("Couldn't update version for Gradle");
155 echo('Failed to update Ruby version');
176 echo('WARNING:');
177 echo(
182 echo(`These files already had version ${version} set.`);
H A Dscm-utils.js12 const {cp, echo, exec, exit} = require('shelljs');
25 echo(
36 echo(errorMessage);
80 echo(
H A Drun-android-ci-instrumentation-tests.js24 const {echo, exec, exit, ls} = require('shelljs');
55 echo(`Starting ${testClass}`);
63 echo(`${testClass} failed ${numberOfRetries} times`);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js41 echo(`\n\n>>>>> ${message}\n\n\n`);
66 echo('Failed to pack react-native');
104 echo('Failed to execute npm install');
123 echo('Failed to install appium');
141 echo('Key could not be generated');
176 echo('Most likely the code is broken');
198 echo(`Metro is running, ${SERVER_PID}`);
263 echo('Could not build iOS bundle');
272 echo('Flow check failed.');
281 echo(`Killing packager ${SERVER_PID}`);
[all …]
H A Drun-ci-javascript-tests.js20 const {echo, exec, exit} = require('shelljs');
30 echo(`\n\n>>>>> ${message}\n\n\n`);
34 echo('Executing JavaScript tests');
38 echo('Failed to run eslint.');
45 echo('Failed to run flow.');
51 echo('Failed to run flow.');
62 echo('Failed to run JavaScript tests.');
63 echo('Most likely the code is broken.');
71 echo('Finished.');
H A Dprepare-package-for-release.js21 const {echo, exec, exit} = require('shelljs');
58 echo(`Failed to set React Native version to ${version}`);
63 echo('Updating RNTester Podfile.lock...');
65 echo('Failed to update RNTester Podfile.lock.');
66 echo('Fix the issue, revert and try again.');
72 echo('failed to commit');
78 echo(
81 echo('You may want to rollback the last commit');
82 echo('git reset --hard HEAD~1');
H A Dset-rn-version.js20 const {cat, echo, exec, exit, sed} = require('shelljs');
32 echo('You must specify a version using -v');
43 echo(e.message);
127 echo("Couldn't update version for Gradle");
136 echo('Failed to update Ruby version');
154 echo(
159 echo('Fix the issue and try again');
H A Drun-android-ci-instrumentation-tests.js24 const {echo, exec, exit, ls} = require('shelljs');
55 echo(`Starting ${testClass}`);
63 echo(`${testClass} failed ${numberOfRetries} times`);
H A Dpublish-npm.js34 const {exec, echo, exit, test, env} = require('shelljs');
84 echo('Failed to read current Hermes release tag.');
110 echo('Failed to clean up previous Hermes installation.');
115 echo('Failed to include Hermes in release.');
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/bump-all-updated-packages/
H A Dindex.js13 const {echo, exec, exit} = require('shelljs');
37 echo(`\u23ED Skipping private package ${chalk.dim(packageName)}`);
48 echo(
68 echo(
84 echo();
98 echo(`Skipping bump for ${packageName}`);
117 echo(
138 echo(
150 .then(() => echo());
166 echo('Not submitting a commit, but keeping all changes');
[all …]
/expo/templates/expo-template-tv/android/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/tools/src/versioning/android/android-manifest-merger/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
46 echo.
47 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48 echo.
49 echo Please set the JAVA_HOME variable in your environment to match the
50 echo location of your Java installation.
60 echo.
61 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62 echo.
63 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/templates/expo-template-bare-minimum/android/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/android/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/apps/fabric-tester/android/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/apps/bare-expo/android/
H A Dgradlew.bat17 @if "%DEBUG%"=="" @echo off
45 echo.
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo.
48 echo Please set the JAVA_HOME variable in your environment to match the
49 echo location of your Java installation.
59 echo.
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61 echo.
62 echo Please set the JAVA_HOME variable in your environment to match the
[all …]
/expo/.github/actions/cleanup-linux-disk-space/
H A Daction.yml10 echo 'Disk space before cleanup'
15 echo 'Showing Android SDKs'
18 echo 'Removing all Docker images'
20 echo 'Disk space after cleanup'
/expo/.github/workflows/
H A Dupdates-e2e.yml59 run: echo "$(yarn global bin)" >> $GITHUB_PATH
77 run: echo "EXPO_REPO_ROOT=$GITHUB_WORKSPACE" >> $GITHUB_ENV
79 run: echo "UPDATES_HOST=localhost" >> $GITHUB_ENV
81 run: echo "UPDATES_PORT=4747" >> $GITHUB_ENV
84 run: echo "EAS_PLATFORM=ios" >> $GITHUB_ENV
87 run: echo "EAS_PLATFORM=${{ matrix.platform }}" >> $GITHUB_ENV
89 run: mkdir -p artifact && echo "ARTIFACTS_DEST=$(pwd)/artifact" >> $GITHUB_ENV
91 run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=oneline | head -c1000)" >> $GITHUB_ENV
93 run: echo "TEST_PROJECT_ROOT=$GITHUB_WORKSPACE/updates-e2e" >> $GITHUB_ENV
H A Dclient-android-eas.yml57 run: echo "$(pwd)/bin" >> $GITHUB_PATH
88 echo "profile=$DISPATCH_PROFILE" >> $GITHUB_OUTPUT
90 echo "profile=versioned-client" >> $GITHUB_OUTPUT
92 echo "profile=versioned-client-add-sdk" >> $GITHUB_OUTPUT
94 echo "profile=versioned-client" >> $GITHUB_OUTPUT
96 echo "profile=unversioned-client" >> $GITHUB_OUTPUT
113 echo $ANDROID_KEYSTORE_B64 | base64 -d > release.keystore
H A Dclient-ios-eas.yml63 run: echo "$(pwd)/bin" >> $GITHUB_PATH
91 echo "profile=$DISPATCH_PROFILE" >> $GITHUB_OUTPUT
93 echo "profile=versioned-client" >> $GITHUB_OUTPUT
95 echo "profile=versioned-client-add-sdk" >> $GITHUB_OUTPUT
97 echo "profile=versioned-client" >> $GITHUB_OUTPUT
99 echo "profile=unversioned-client" >> $GITHUB_OUTPUT
/expo/docs/pages/build-reference/
H A Dnpm-hooks.mdx23 "eas-build-pre-install": "echo 123",
24 "eas-build-post-install": "echo 456",
25 "eas-build-on-success": "echo 789",
26 "eas-build-on-error": "echo 012",
27 "eas-build-on-cancel": "echo 345",
66 echo "Run commands for Android builds here"
68 echo "Run commands for iOS builds here"

1234