Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
updating readme, changing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicManuel committed Nov 5, 2018
1 parent 1cdb976 commit 6271418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deploy:
WEB_EXT_ARTIFACT_DIR: /builds/Softwulf/VideoSyncer/dist/archives
WEB_EXT_CHROME_APP_ID: ofpeaemcoefdpfkimgghkkggcimkjepk
WEB_EXT_AMO_APP_ID: "{560ece31-4892-44b1-b1cc-331bad846f57}"
WEB_EXT_PACKAGE_JSON: /builds/Softwulf/VideoSyncer/package.json
WEB_EXT_SOURCE_DIR: /builds/Softwulf/VideoSyncer
script:
- pwd
- ls $(pwd)
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/ElectronicManuel/VideoSyncer.svg?branch=master)](https://travis-ci.org/ElectronicManuel/VideoSyncer)
[![Dependency Status](https://david-dm.org/ElectronicManuel/VideoSyncer/status.svg)](https://david-dm.org/ElectronicManuel/VideoSyncer)
[![Dev Dependency Status](https://david-dm.org/ElectronicManuel/VideoSyncer/dev-status.svg)](https://david-dm.org/ElectronicManuel/VideoSyncer?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/ElectronicManuel/VideoSyncer/badge.svg)](https://snyk.io/test/github/ElectronicManuel/VideoSyncer)
Expand All @@ -10,8 +9,6 @@ Documentation can be found [here](https://doc.vsync.ch)
## Local (already downloaded source)
```shell
#!/bin/bash
#Set version here
VERSION="X.X.X"
npm i
npm run build
cd dist/archives
Expand All @@ -21,8 +18,6 @@ cd dist/archives
#!/bin/bash
git clone https://github.com/SoftWulf/VideoSyncer.git
cd VideoSyncer
#Set version here
VERSION="X.X.X"
git checkout "tags/v$VERSION"
npm i
npm run build
Expand Down

0 comments on commit 6271418

Please sign in to comment.