Skip to content

Commit

Permalink
Updated notes and dummy changes to trigger discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkgabri committed May 1, 2022
1 parent c52620b commit 9e0b997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# .gitlab-ci.yml@jdkgabri/project-scaffolding-pipelines (separate repo with just gitlab-ci.yml and pipeline .yml files)
# https://raw.githubusercontent.com/Nakama-Partnering-Services/project-scaffolding/main/.gitlab-ci.yml

# TODO: Try to run pipelines for external pull requests in GitHub: https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/index.html#pipelines-for-external-pull-requests

# TODO: Try gitlab-ci.yml on same repo, but trigger pipelines from another private project on the same GitLab instance,
# so that pipelines logic remains more private and protected, but members do not have access problems.

# Variables for manual-deploment. Some variable referenced in job rules, although empty,
# they exist since they are declared here, so we need to check emptyness specifically

variables:
DESTINATION_ENVIRONMENT:
value: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-disable no-console */
/**
* Toast notification handler
* A Toast notification handler
*/

import { ShowToastEvent } from 'lightning/platformShowToastEvent';
/**
* Shows a success toast notification
Expand Down

0 comments on commit 9e0b997

Please sign in to comment.