+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This will also run on a pre-commit hook that will install on `npm i`

You may want to downlod and install a development `.vsix` file, instead of installing this extension via the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=LocalCI.local-ci).

You'll need at least a [free CircleCI account](https://circleci.com/signup/) for this.
You'll need to be logged into at least a [free CircleCI account](https://circleci.com/signup/) for this.

Also, it'd be good to use Firefox instead of Chrome. It looks like Chrome converts the `.vsix` file into an unusable `.zip` file on downloading it.

Expand Down
2 changes: 2 additions & 0 deletions src/test/expected/dynamic-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
command: |-
echo 'export CIRCLE_SHA1=$(git rev-parse HEAD)' >> $BASH_ENV
echo 'export CIRCLE_BRANCH=$(git rev-parse --abbrev-ref HEAD)' >> $BASH_ENV
echo 'export CIRCLE_PROJECT_REPONAME=$(basename $(git remote get-url origin))' >> $BASH_ENV

- run:
name: Create config
command: echo "Creating the dynamic config here"
Expand Down
2 changes: 2 additions & 0 deletions src/test/expected/with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
command: |-
echo 'export CIRCLE_SHA1=$(git rev-parse HEAD)' >> $BASH_ENV
echo 'export CIRCLE_BRANCH=$(git rev-parse --abbrev-ref HEAD)' >> $BASH_ENV
echo 'export CIRCLE_PROJECT_REPONAME=$(basename $(git remote get-url origin))' >> $BASH_ENV

- run:
name: Restore cache
command: >
Expand Down
3 changes: 2 additions & 1 deletion src/utils/writeProcessFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ function getEnvVarStep() {
run: {
name: 'Set more environment variables',
command: `echo 'export CIRCLE_SHA1=$(git rev-parse HEAD)' >> $BASH_ENV
echo 'export CIRCLE_BRANCH=$(git rev-parse --abbrev-ref HEAD)' >> $BASH_ENV`,
echo 'export CIRCLE_BRANCH=$(git rev-parse --abbrev-ref HEAD)' >> $BASH_ENV
echo 'export CIRCLE_PROJECT_REPONAME=$(basename $(git remote get-url origin))' >> $BASH_ENV`,
},
};
}
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const path = require('path');

/**@type {import('webpack').Configuration}*/
/** @type {import('webpack').Configuration} */
const config = {
target: 'node',
mode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载