Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-chat-integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-chat-integration
Commits
48a61cf9
Commit
48a61cf9
authored
1 year ago
by
Malte Finsterwalder
Browse files
Options
Downloads
Patches
Plain Diff
add yarn files to zip
parent
0fb48a4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-4
1 addition, 4 deletions
.gitlab-ci.yml
with
1 addition
and
4 deletions
.gitlab-ci.yml
+
1
−
4
View file @
48a61cf9
...
@@ -24,7 +24,6 @@ install_dependencies:
...
@@ -24,7 +24,6 @@ install_dependencies:
-
.pnp.*
-
.pnp.*
-
.yarn/
-
.yarn/
script
:
script
:
-
yarn config set enableGlobalCache
false
-
yarn install --immutable --check-cache
-
yarn install --immutable --check-cache
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -44,7 +43,6 @@ test:
...
@@ -44,7 +43,6 @@ test:
image
:
image
:
name
:
'
node:18.16.0'
name
:
'
node:18.16.0'
script
:
script
:
-
yarn config set enableGlobalCache
false
-
yarn test
-
yarn test
build
:
build
:
...
@@ -59,7 +57,6 @@ build:
...
@@ -59,7 +57,6 @@ build:
image
:
image
:
name
:
'
node:18.16.0'
name
:
'
node:18.16.0'
script
:
script
:
-
yarn config set enableGlobalCache
false
-
yarn build
-
yarn build
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -83,7 +80,7 @@ build:
...
@@ -83,7 +80,7 @@ build:
ENVIRONMENT_ID
:
$CI_ENVIRONMENT_SLUG
ENVIRONMENT_ID
:
$CI_ENVIRONMENT_SLUG
script
:
script
:
-
apk add zip
-
apk add zip
-
zip -r receiveEvent.zip dist package.json yarn.lock
-
zip -r receiveEvent.zip dist package.json yarn.lock
.yarn/ .pnp.* .yarnrc*
-
export GOOGLE_APPLICATION_CREDENTIALS=${GOOGLE_CLOUD_SERVICE_ACCOUNT}
-
export GOOGLE_APPLICATION_CREDENTIALS=${GOOGLE_CLOUD_SERVICE_ACCOUNT}
-
terraform/environments/scripts/create-or-update-env.sh $ENVIRONMENT_ID $CI_COMMIT_SHA
-
terraform/environments/scripts/create-or-update-env.sh $ENVIRONMENT_ID $CI_COMMIT_SHA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment