Skip to content

Commit

Permalink
remove artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Nov 8, 2024
1 parent 778cb50 commit 5a7329b
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 311 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down Expand Up @@ -83,7 +82,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down Expand Up @@ -124,7 +122,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_with_docker_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_with_docker_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/registry-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: release prod
run: |
make release-prod
2 changes: 0 additions & 2 deletions __tests__/e2e/artifact/code/index.py

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/e2e/artifact/s.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions __tests__/e2e/artifact/s2.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions __tests__/e2e/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ s info -t s2.yaml
s remove -y -t s2.yaml
cd ..

# echo "test artifact"
# cd artifact
# s deploy -y
# s invoke
# s info
# s remove -y

# s deploy -y -t s2.yaml
# s invoke -t s2.yaml
# s info -t s2.yaml
Expand Down
26 changes: 0 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@alicloud/devs20230714": "^1.0.1",
"@alicloud/fc2": "^2.6.6",
"@alicloud/fc20230330": "^4.1.3",
"@alicloud/pop-core": "^1.7.13",
Expand Down Expand Up @@ -70,10 +69,5 @@
"ts-node": "^10.9.2",
"typescript": "^4.4.2",
"typescript-json-schema": "^0.64.0"
},
"resolutions": {
"@alicloud/devs20230714": {
"registry": "https://packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/"
}
}
}
1 change: 0 additions & 1 deletion src/interface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export * from './async_invoke_config';

export interface IProps extends IFunction {
region: IRegion;
artifact?: string;
triggers?: ITrigger[];
asyncInvokeConfig?: IAsyncInvokeConfig;
endpoint?: string;
Expand Down
3 changes: 0 additions & 3 deletions src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,9 +969,6 @@
}
},
"properties": {
"artifact": {
"type": "string"
},
"asyncInvokeConfig": {
"$ref": "#/definitions/IAsyncInvokeConfig"
},
Expand Down
Loading

0 comments on commit 5a7329b

Please sign in to comment.