From 6b3543194408530e973744f3eda3a7d282254444 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Sat, 25 Feb 2017 18:01:02 +0900
Subject: [PATCH] OK, package build script now be safe

---
 pkg/build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkg/build.sh b/pkg/build.sh
index fefdb37..313bffa 100644
--- a/pkg/build.sh
+++ b/pkg/build.sh
@@ -1,8 +1,7 @@
 #!/bin/bash
 
 ################################################################################
-# This is utility script to make distribution packages with CI/CD pipelines.
-# DO NOT RUN THIS SCRIPT DIRECTLY on your local machine.
+# This is utility script to make distribution packages with CI/CD pipelines
 ################################################################################
 
 PKGNAME='ocs-url'
-- 
GitLab