mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Delete unneeded angular scripts
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
@echo off
|
||||
|
||||
REM Windows script for running e2e tests
|
||||
REM You have to run server and capture some browser first
|
||||
REM
|
||||
REM Requirements:
|
||||
REM - NodeJS (http://nodejs.org/)
|
||||
REM - Testacular (npm install -g testacular)
|
||||
|
||||
set BASE_DIR=%~dp0
|
||||
testacular start "%BASE_DIR%\..\config\testacular-e2e.conf.js" %*
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASE_DIR=`dirname $0`
|
||||
|
||||
echo ""
|
||||
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
|
||||
echo "-------------------------------------------------------------------"
|
||||
|
||||
testacular start $BASE_DIR/../config/testacular-e2e.conf.js $*
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
###
|
||||
# This scripts updates the local repo with the latest changes from github.
|
||||
#
|
||||
# The master branch will be REPLACED with what's in github and all local changes
|
||||
# will be LOST.
|
||||
###
|
||||
|
||||
git checkout master
|
||||
git fetch -f origin
|
||||
git fetch --tags origin
|
||||
git reset --hard origin/master
|
||||
Reference in New Issue
Block a user