Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
yarn bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jul 29, 2021
1 parent 847d2e2 commit bba2bf9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 429 deletions.
51 changes: 0 additions & 51 deletions DEVELOP.md.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

environment {
GIT_NAME = "volto-addon-template"
GIT_NAME = "volto-forests-theme"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
DEPENDENCIES = ""
Expand Down
209 changes: 0 additions & 209 deletions Jenkinsfile.tpl

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

DIR=$(shell basename $$(pwd))
ADDON ?= "@eeacms/volto-addon-template"
ADDON ?= "@eeacms/volto-forests-theme"

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down Expand Up @@ -37,3 +37,4 @@ start-backend-docker: ## Starts a Docker-based backend
.PHONY: help
help: ## Show this help.
@echo -e "$$(grep -hE '^\S+:.*##' $(MAKEFILE_LIST) | sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"

39 changes: 0 additions & 39 deletions Makefile.tpl

This file was deleted.

Loading

0 comments on commit bba2bf9

Please sign in to comment.