Skip to content

Commit

Permalink
Merge pull request #50 from qlik-oss/tsm/rename
Browse files Browse the repository at this point in the history
chore: rename package
  • Loading branch information
Caele committed May 23, 2023
2 parents 532da3b + 76f5be7 commit a60c495
Show file tree
Hide file tree
Showing 5 changed files with 9,070 additions and 6,159 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,6 @@ jobs:
- store_artifacts:
path: dist
destination: dist
blackduck:
docker:
- image: circleci/node:stretch-browsers
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: BlackDuck scan
command: curl -s https://detect.synopsys.com/detect.sh | bash -s -- \
--blackduck.url="https://qliktech.blackducksoftware.com" \
--blackduck.trust.cert=true \
--blackduck.username="svc-blackduck" \
--blackduck.password=${svc_blackduck} \
--detect.project.name="nprinting-sense-on-demand"
deploy:
<<: *defaults
steps:
Expand Down Expand Up @@ -82,14 +66,9 @@ workflows:
filters: # Required since jobs that requires this uses tag-filter
tags:
only: /.*/
- blackduck:
filters: # Required since jobs that requires this uses tag-filter
tags:
only: /.*/
- deploy:
requires:
- build
- blackduck
filters:
tags:
only:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var zip = require('gulp-zip');

var DIST = './dist',
SRC = './src',
NAME = pkg.name,
NAME = 'qlik-on-demand-reporting',
VERSION = process.env.VERSION || 'local-dev';

gulp.task('qext', function () {
Expand Down
Loading

0 comments on commit a60c495

Please sign in to comment.