Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Feb 10, 2024
2 parents 270f6d9 + ce293b6 commit 5d40126
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ core/routemgmt/getApi/utils.js
.bloop/
.metals/
.git-hooks/
*.tar
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: '3'

vars:
BASETAG: 0.3.0-morpheus
BASETAG: 3.1.0-mastrogpt
TAG:
sh: git describe --tags --abbrev=0 2>/dev/null || echo "no-tag"
TIMESTAMP:
Expand Down
2 changes: 0 additions & 2 deletions tools/admin/wskadmin
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def getIdentitiesFromNamespace(args, props):
'protocol': protocol,
'host' : host,
'port' : port,
'username': username,
'database': database,
'view' : args.view,
'ns' : args.namespace
Expand Down Expand Up @@ -478,7 +477,6 @@ def whoisUserCmd(args, props):
'protocol': protocol,
'host' : host,
'port' : port,
'username': username,
'database': database,
'view' : args.view,
'uuid' : uuid,
Expand Down
26 changes: 26 additions & 0 deletions tools/github/runDummyKOTests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

set -e

SCRIPTDIR=$(cd $(dirname "$0") && pwd)
ROOTDIR="$SCRIPTDIR/../.."

mkdir $ROOTDIR/logs
echo "<h1>$(date)</h1>" >$ROOTDIR/logs/index.html
exit 1

0 comments on commit 5d40126

Please sign in to comment.